Skip to content
Snippets Groups Projects
Commit 522de15f authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

minor fix

Rev: lib/modules/Protocols.pmod/DNS.pmod:1.20
parent 0b4f28e3
No related branches found
No related tags found
No related merge requests found
...@@ -350,6 +350,7 @@ class client { ...@@ -350,6 +350,7 @@ class client {
if(arrayp(domain)) if(arrayp(domain))
domains = domain; domains = domain;
else else
if(stringp(domain))
domains = ({ domains }); domains = ({ domains });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment