Fixed typo

SVN revision: 1649
This commit is contained in:
Stefan Ritt 2006-02-06 16:17:49 +00:00
parent 1adfd06546
commit c35ee65a0c

View File

@ -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"))