summaryrefslogtreecommitdiffstats
path: root/sshd_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-23 10:22:06 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-23 10:22:06 +0000
commita314b1fd3145dfc35bee2586fdfa19929f2a3353 (patch)
tree9fb6bcb9360312c9ce444dcb4b4cb9b7dc7cc4b2 /sshd_wizard
parent1ec9e6ae011c4f7b9cd071eff492b0fafb09f110 (diff)
downloaddrakwizard-a314b1fd3145dfc35bee2586fdfa19929f2a3353.tar
drakwizard-a314b1fd3145dfc35bee2586fdfa19929f2a3353.tar.gz
drakwizard-a314b1fd3145dfc35bee2586fdfa19929f2a3353.tar.bz2
drakwizard-a314b1fd3145dfc35bee2586fdfa19929f2a3353.tar.xz
drakwizard-a314b1fd3145dfc35bee2586fdfa19929f2a3353.zip
- fix 14 other #37452-like crashes in Apache, DHCP, DNS client, NTP,
proftpd, PXE, squid & SSH wizards
Diffstat (limited to 'sshd_wizard')
-rwxr-xr-xsshd_wizard/Sshd.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/sshd_wizard/Sshd.pm b/sshd_wizard/Sshd.pm
index 50acbe56..3c865522 100755
--- a/sshd_wizard/Sshd.pm
+++ b/sshd_wizard/Sshd.pm
@@ -192,14 +192,12 @@ $o->{pages} = {
name => N('Congratulations') . "\n\n" . N('The wizard successfully configured your SSH server.'),
no_back => 1,
end => 1,
- next => 0
},
error_end => {
name => N("Failed"),
data => [ { label => N("Please relaunch drakwizard, and try to change some parameters.") } ],
no_back => 1,
end => 1,
- next => 0,
},
};