From: ivan Date: Tue, 3 Jun 2003 12:41:50 +0000 (+0000) Subject: minor update to cp export - eliminate redundant "host" parameter X-Git-Tag: freeside_1_5_0pre3~77 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=inline;h=978b435880e71f6a4765525ea9797b7dc65bd625;p=freeside.git minor update to cp export - eliminate redundant "host" parameter --- diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 9a1b9d864..06fab6ad1 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -692,7 +692,6 @@ tie my %cyrus_options, 'Tie::IxHash', ; tie my %cp_options, 'Tie::IxHash', - 'host' => { label=>'Hostname' }, 'port' => { label=>'Port number' }, 'username' => { label=>'Username' }, 'password' => { label=>'Password' }, diff --git a/FS/FS/part_export/cp.pm b/FS/FS/part_export/cp.pm index d998c1d95..c37dc3b98 100644 --- a/FS/FS/part_export/cp.pm +++ b/FS/FS/part_export/cp.pm @@ -42,7 +42,7 @@ sub cp_queue { 'job' => 'FS::part_export::cp::cp_command', }; $queue->insert( - $self->option('host'), + $self->machine, $self->option('port'), $self->option('username'), $self->option('password'),