diff options
author | ivan <ivan> | 2009-05-18 08:40:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-05-18 08:40:00 +0000 |
commit | e5ed992c003ce75def88da5f40f0ed2096461348 (patch) | |
tree | 7409a166bcb2faac2573b498afa994706a901bdb /FS | |
parent | f6dd863ff944a162b2f135e820c7932b2615e332 (diff) |
it would help to use the correct port, RT#4081
Diffstat (limited to 'FS')
-rwxr-xr-x | FS/bin/freeside-cdr-sftp_and_import | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/FS/bin/freeside-cdr-sftp_and_import b/FS/bin/freeside-cdr-sftp_and_import index 5786774d2..c4484f1d4 100755 --- a/FS/bin/freeside-cdr-sftp_and_import +++ b/FS/bin/freeside-cdr-sftp_and_import @@ -92,10 +92,6 @@ sub sftp { my %sftp = ( host => $servername ); - #XXX remove these - $sftp{port} = 10022; - #$sftp{more} = '-v'; - $sftp = Net::SFTP::Foreign->new(%sftp); $sftp->error and die "SFTP connection failed: ". $sftp->error; |