summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-11-22 16:36:17 +0000
committerFrancois Pons <fpons@mandriva.com>1999-11-22 16:36:17 +0000
commit0abd5cf46cb4b4d9b4febfd54448852fa0ac8237 (patch)
treed0387183fbb552c1fa9ce99dd70921623a786fe0 /perl-install/install_steps_interactive.pm
parent0088f7fec18fd0e6cb352a94dc4197f4f866f36b (diff)
downloaddrakx-backup-do-not-use-0abd5cf46cb4b4d9b4febfd54448852fa0ac8237.tar
drakx-backup-do-not-use-0abd5cf46cb4b4d9b4febfd54448852fa0ac8237.tar.gz
drakx-backup-do-not-use-0abd5cf46cb4b4d9b4febfd54448852fa0ac8237.tar.bz2
drakx-backup-do-not-use-0abd5cf46cb4b4d9b4febfd54448852fa0ac8237.tar.xz
drakx-backup-do-not-use-0abd5cf46cb4b4d9b4febfd54448852fa0ac8237.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
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);
}