From c35ee65a0cd6cb220eb55bdf92c8f45c7b76ad6d Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 6 Feb 2006 16:17:49 +0000 Subject: [PATCH] Fixed typo SVN revision: 1649 --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index bf746af5..753e46d7 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -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"))