Skip to content
Snippets Groups Projects
Commit 36f340ec authored by Randy Sommerfeld's avatar Randy Sommerfeld
Browse files

Agh, fixing again

parent 54b61020
Branches
Tags
No related merge requests found
......@@ -125,7 +125,7 @@ function Unregistered_Client(id,socket) {
return false;
}
if ((resp === undefined) || (resp === null)) {
log(LOG_DEBUG,format("[UNREG] DNS reply timed out.");
log(LOG_DEBUG,format("[UNREG] DNS reply timed out."));
this.hostname = this.ip;
} else {
log(LOG_DEBUG,format("[UNREG] Received DNS reply: %s", resp[0]));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment