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

Missing parenthesis

parent 2a06363d
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ function Unregistered_Client(id,socket) {
if ((resp === undefined) || (resp === null) || (resp[0] === undefined)) {
/* Fall through */
} else if (resp[0].search(/[.]/) == -1 || resp[0].search(/[.]local$/i) > -1) {
log(LOG_DEBUG,format("[UNREG] Local network detected, using servername.");
log(LOG_DEBUG,format("[UNREG] Local network detected, using servername."));
this.hostname = ServerName;
} else {
this.hostname = resp[0];
......
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