summaryrefslogtreecommitdiffstats
path: root/sshd_wizard/Sshd.pm
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_wizard/Sshd.pm')
-rwxr-xr-xsshd_wizard/Sshd.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/sshd_wizard/Sshd.pm b/sshd_wizard/Sshd.pm
index 3e35b7b4..2b60d415 100755
--- a/sshd_wizard/Sshd.pm
+++ b/sshd_wizard/Sshd.pm
@@ -202,9 +202,7 @@ $o->{pages} = {
sub new {
my ($class, $conf) = @_;
- bless {
- o => $o,
- }, $class;
+ bless $o, $class;
}
sub write_conf_restart_ssh {