Skip to content
Snippets Groups Projects
Commit c9d48dbd authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug.

Rev: lib/modules/Protocols.pmod/DNS.pmod:1.25
parent 901dde0f
No related branches found
No related tags found
No related merge requests found
...@@ -615,7 +615,7 @@ class async_client ...@@ -615,7 +615,7 @@ class async_client
generic_get, 0, 0, T_A, "a", host, callback, @args ); generic_get, 0, 0, T_A, "a", host, callback, @args );
} else { } else {
do_query(host, C_IN, T_A, do_query(host, C_IN, T_A,
generic_get, -1, 0, "a", generic_get, -1, 0, T_A, "a",
host, callback, @args); host, callback, @args);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment