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

Some cosmetic changes.

Rev: lib/modules/Protocols.pmod/DNS.pmod:1.22
parent 9e977001
No related branches found
No related tags found
No related merge requests found
......@@ -343,9 +343,9 @@ class client {
});
} else {
if(arrayp(server))
nameservers= server;
nameservers = server;
else
nameservers= ({ server });
nameservers = ({ server });
if(arrayp(domain))
domains = domain;
......@@ -548,7 +548,7 @@ class async_client
#if constant(thread_create)
key=lock::lock();
#endif /* constant(thread_create) */
if(requests[lid]) continue;
if(requests[lid]) continue; /* Another thread has stolen lid */
}else{
continue;
}
......
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