Fixed typo

SVN revision: 1649
This commit is contained in:
2006-02-06 16:17:49 +00:00
parent 1adfd06546
commit c35ee65a0c
+1 -1
View File
@@ -10891,7 +10891,7 @@ int save_user_config(LOGBOOK * lbs, char *user, BOOL new_user, BOOL activate)
}
/* check for blank password */
str[0];
str[0] = 0;
if (isparam("newpwd"))
strlcpy(str, getparam("newpwd"), sizeof(str));
if (isparam("hpwd"))