mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed typo
SVN revision: 1649
This commit is contained in:
parent
1adfd06546
commit
c35ee65a0c
@ -10891,7 +10891,7 @@ int save_user_config(LOGBOOK * lbs, char *user, BOOL new_user, BOOL activate)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* check for blank password */
|
/* check for blank password */
|
||||||
str[0];
|
str[0] = 0;
|
||||||
if (isparam("newpwd"))
|
if (isparam("newpwd"))
|
||||||
strlcpy(str, getparam("newpwd"), sizeof(str));
|
strlcpy(str, getparam("newpwd"), sizeof(str));
|
||||||
if (isparam("hpwd"))
|
if (isparam("hpwd"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user