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

Missing parenthesis

parent 08ae67de
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -99,7 +99,7 @@ function Unregistered_Client(id,socket) { ...@@ -99,7 +99,7 @@ function Unregistered_Client(id,socket) {
if ((resp === undefined) || (resp === null) || (resp[0] === undefined)) { if ((resp === undefined) || (resp === null) || (resp[0] === undefined)) {
/* Fall through */ /* Fall through */
} else if (resp[0].search(/[.]/) == -1 || resp[0].search(/[.]local$/i) > -1) { } 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; this.hostname = ServerName;
} else { } else {
this.hostname = resp[0]; this.hostname = resp[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment