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

Agh, fixing again

parent 7d6db6f8
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -125,7 +125,7 @@ function Unregistered_Client(id,socket) { ...@@ -125,7 +125,7 @@ function Unregistered_Client(id,socket) {
return false; return false;
} }
if ((resp === undefined) || (resp === null)) { 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; this.hostname = this.ip;
} else { } else {
log(LOG_DEBUG,format("[UNREG] Received DNS reply: %s", resp[0])); 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