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,7 +1708,6 @@ js_new_user(JSContext *cx, uintN argc, jsval *arglist) ...@@ -1708,7 +1708,6 @@ js_new_user(JSContext *cx, uintN argc, jsval *arglist)
if(client->protocol != NULL) if(client->protocol != NULL)
SAFECOPY(user.modem,client->protocol); SAFECOPY(user.modem,client->protocol);
SAFECOPY(user.comp,client->host); SAFECOPY(user.comp,client->host);
if(client->addr != NULL)
SAFECOPY(user.ipaddr,client->addr); SAFECOPY(user.ipaddr,client->addr);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment