Skip to content
Snippets Groups Projects
Commit be6a9738 authored by Johan Schön's avatar Johan Schön
Browse files

Added support for more than one nameserver under NT

Rev: lib/modules/Protocols.pmod/DNS.pmod:1.34
parent 849d9a64
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,7 @@ class client {
#if __NT__
domain=get_tcpip_param("Domain");
nameservers = ({ get_tcpip_param("NameServer") });
nameservers = get_tcpip_param("NameServer") / " ";
domains=get_tcpip_param("SearchList") / " "- ({""});
#else
string resolv_conf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment