Skip to content
Snippets Groups Projects
Commit 0ef24e4d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

client.addr is now an array not pointer

CID 319143
parent 8e9b1273
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1708,8 +1708,7 @@ js_new_user(JSContext *cx, uintN argc, jsval *arglist)
if(client->protocol != NULL)
SAFECOPY(user.modem,client->protocol);
SAFECOPY(user.comp,client->host);
if(client->addr != NULL)
SAFECOPY(user.ipaddr,client->addr);
SAFECOPY(user.ipaddr,client->addr);
}
user.sex=' ';
......
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