summaryrefslogtreecommitdiffstats
path: root/sshd_wizard/Sshd.pm
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_wizard/Sshd.pm')
-rwxr-xr-xsshd_wizard/Sshd.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/sshd_wizard/Sshd.pm b/sshd_wizard/Sshd.pm
index cac703d8..99c524cd 100755
--- a/sshd_wizard/Sshd.pm
+++ b/sshd_wizard/Sshd.pm
@@ -96,9 +96,10 @@ $o->{pages} = {
},
post => sub {
if ($o->{var}{wiz_type} == 2) {
- return 'auth_options' }
- elsif ($o->{var}{wiz_type} == 1) {
- return 'summary' }
+ return 'auth_options';
+ } elsif ($o->{var}{wiz_type} == 1) {
+ return 'summary';
+ }
},
next => 'auth_options',
},