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

Fixed argument passing bug in get_mx().

Rev: lib/modules/Protocols.pmod/DNS.pmod:1.26
parent 3e95fec0
No related branches found
No related tags found
No related merge requests found
......@@ -651,7 +651,7 @@ class async_client
sort(column(mx, "preference"), a);
}
callback(a, @args);
}, callback, args);
}, callback, @args);
}
void create(void|string|array(string) server, void|string|array(string) domain)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment