pike.git/
lib/
modules/
Protocols.pmod/
DNS.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
1998-09-13
1998-09-13 19:37:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c9d48dbd6df8180ba4775f7496e7faaaec624d1b (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed bug.
Rev: lib/modules/Protocols.pmod/DNS.pmod:1.25
615:
generic_get, 0, 0, T_A, "a", host, callback, @args ); } else { do_query(host, C_IN, T_A,
-
generic_get, -1, 0, "a",
+
generic_get, -1, 0,
T_A,
"a",
host, callback, @args); } }