From a1406ee021e2c1eb04e123b68208e6da0d19dcac Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 22 Oct 2007 14:20:02 +0000 Subject: [PATCH] Fixed bug with hidden upwd field SVN revision: 1938 --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index 6a64b57b..1105eafc 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -9578,7 +9578,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL if (getcfg(lbs->name, "Write password", str, sizeof(str))) rsprintf("\n", str); - if (getcfg(lbs->name, "Password file", str, sizeof(str)) && isparam("unm") && isparam("uwpd")) { + if (getcfg(lbs->name, "Password file", str, sizeof(str)) && isparam("unm") && isparam("upwd")) { rsprintf("\n", getparam("unm")); rsprintf("\n", getparam("upwd")); }