From 3596b24b946c653c0811d27ed7b064709c85971a Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 27 Jun 2002 06:41:50 +0000 Subject: [PATCH] New name for remote IP address property. --- exec/sbbsimsg.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exec/sbbsimsg.js b/exec/sbbsimsg.js index 79e934eeb3..8f5f0a9abf 100644 --- a/exec/sbbsimsg.js +++ b/exec/sbbsimsg.js @@ -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(); -- GitLab