From db4422ed2bf7c70a448a4de7e82252d32dcb008c Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 6 Feb 1996 11:47:31 +0000 Subject: [PATCH] Reso obbligatorio l'utente git-svn-id: svn://10.65.10.50/trunk@2565 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba0.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ba/ba0.cpp b/ba/ba0.cpp index 3afc814e5..8288113d7 100755 --- a/ba/ba0.cpp +++ b/ba/ba0.cpp @@ -510,7 +510,7 @@ bool TMenu_application::check_user() err = users.read(_isequal, _lock); } - ok = pwd.not_empty() && pwd == m.get(F_PASSWORD); + ok = utente.not_empty() && pwd.not_empty() && pwd == m.get(F_PASSWORD); if (ok) {