Skip to content
Snippets Groups Projects
Commit 3596b24b authored by rswindell's avatar rswindell
Browse files

New name for remote IP address property.

parent 5a07b272
Branches
Tags
No related merge requests found
......@@ -102,7 +102,8 @@ function list_users(show)
sys[i].failed = true;
continue;
}
sys[i].ip = sock.ip_address; // cache the IP address for faster resolution
// cache the IP address for faster resolution
sys[i].ip = sock.remote_ip_address;
sock.send("\r\n"); // Get list of active users
var response=new Array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment