Skip to content

Commit 3c80cc4

Browse files
committed
Fix to drop obsolete code
1 parent f184706 commit 3c80cc4

File tree

1 file changed

+0
-5
lines changed
  • lib/Cloudmin/Config/Plugin

1 file changed

+0
-5
lines changed

lib/Cloudmin/Config/Plugin/Net.pm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ sub actions {
9797
flush_file_lines($file);
9898
}
9999
}
100-
101-
# Restart Postfix so that it picks up the new resolv.conf
102-
foreign_require("server-manager");
103-
virtual_server::stop_service_mail();
104-
virtual_server::start_service_mail();
105100
}
106101
$self->done(1); # OK!
107102
};

0 commit comments

Comments
 (0)