Skip to content
Snippets Groups Projects
Commit 1b4b3e5d authored by rswindell's avatar rswindell
Browse files

Fix copy/paste bug reported by Alterego (ALTERANT) - couldn't edit ipaddr

field.
parent 1e55e038
No related branches found
No related tags found
No related merge requests found
......@@ -1556,7 +1556,7 @@ int edit_personal(scfg_t *cfg, user_t *user)
case 12:
/* IP Address */
GETUSERDAT(cfg,user);
uifc.input(WIN_MID|WIN_ACT|WIN_SAV,0,0,"IP Address",user->modem,LEN_IPADDR,K_EDIT);
uifc.input(WIN_MID|WIN_ACT|WIN_SAV,0,0,"IP Address",user->ipaddr,LEN_IPADDR,K_EDIT);
if(uifc.changes)
putuserrec(cfg,user->number,U_IPADDR,LEN_IPADDR,user->ipaddr);
break;
......
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