diff options
-rw-r--r-- | FS/FS/part_export/vpopmail.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/vpopmail.pm b/FS/FS/part_export/vpopmail.pm index 646af44cd..a505a0f47 100644 --- a/FS/FS/part_export/vpopmail.pm +++ b/FS/FS/part_export/vpopmail.pm @@ -217,7 +217,7 @@ sub vpopmail_sync { 'STDOUT: '. join(" / ", $rsync->out); } - eval "use Net::SSH;"; + eval "use Net::SSH qw(ssh);"; die $@ if $@; ssh("vpopmail\@$machine", $restart) if $restart; |