forked from github/server
typo
This commit is contained in:
parent
394d3bb66f
commit
3b1304b330
|
@ -2068,7 +2068,7 @@ set_passw(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
set_string(&u->faction->passw, pbuf);
|
set_string(&u->faction->passw, pbuf);
|
||||||
fset(f, FFL_OVERRIDE);
|
fset(u->faction, FFL_OVERRIDE);
|
||||||
ADDMSG(&u->faction->msgs, msg_message("changepasswd",
|
ADDMSG(&u->faction->msgs, msg_message("changepasswd",
|
||||||
"value", gc_add(strdup(u->faction->passw))));
|
"value", gc_add(strdup(u->faction->passw))));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue