pike.git/
lib/
modules/
Protocols.pmod/
DNS.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
1999-08-10
1999-08-10 00:28:31 by Martin Stjernholm <mast@lysator.liu.se>
dafeda6c283f74eab2bcc99221120aaa02454c47 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Slight cosmetic fix.
Rev: lib/modules/Protocols.pmod/DNS.pmod:1.35
32:
string mklabel(string s) { if(strlen(s)>63)
-
throw(({"Too long component in domain
name
",backtrace()}));
+
throw(({"Too long component in domain
name\n
",backtrace()}));
return sprintf("%c%s",strlen(s),s); }