diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-22 16:36:17 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-22 16:36:17 +0000 |
commit | 0abd5cf46cb4b4d9b4febfd54448852fa0ac8237 (patch) | |
tree | d0387183fbb552c1fa9ce99dd70921623a786fe0 | |
parent | 0088f7fec18fd0e6cb352a94dc4197f4f866f36b (diff) | |
download | drakx-0abd5cf46cb4b4d9b4febfd54448852fa0ac8237.tar drakx-0abd5cf46cb4b4d9b4febfd54448852fa0ac8237.tar.gz drakx-0abd5cf46cb4b4d9b4febfd54448852fa0ac8237.tar.bz2 drakx-0abd5cf46cb4b4d9b4febfd54448852fa0ac8237.tar.xz drakx-0abd5cf46cb4b4d9b4febfd54448852fa0ac8237.zip |
*** empty log message ***
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 55c11b2f3..7d154bfe5 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -699,7 +699,7 @@ sub addUser($) { )) { push @{$o->{users}}, $o->{user}; $o->{user} = {}; - goto &addUser unless $o->{security} < 1 && !$clicked; + goto &addUser unless $o->{security} < 2 && !$clicked; #- INFO_TO_DEL: bad security level may cause deadlocks... } install_steps::addUser($o); } |