From 79dcffa66be02e3ddb342d36dcded01888c3d841 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 7 Oct 2003 06:03:17 +0000 Subject: [PATCH 1/1] fix subroutine call from UpdateAccountSettings sub --- FS/FS/part_export/communigate_pro.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/part_export/communigate_pro.pm b/FS/FS/part_export/communigate_pro.pm index a9d9591ca..4240618ac 100644 --- a/FS/FS/part_export/communigate_pro.pm +++ b/FS/FS/part_export/communigate_pro.pm @@ -109,7 +109,7 @@ sub CreateAccount { #externalFlag => $externalFlag, push @args, externalFlag => $externalFlag if $externalFlag; - communigate_pro_command( $machine, $port, $login, $password, $method, @args ); + &communigate_pro_command( $machine, $port, $login, $password, $method, @args); } @@ -118,7 +118,7 @@ sub UpdateAccountSettings { my $accountName = delete $args{'accountName'}; $args{'AccessModes'} = [ split(' ', $args{'AccessModes'}) ]; @args = ( $accountName, \%args ); - communigate_pro_command( $machine, $port, $login, $password, $method, @args ); + &communigate_pro_command( $machine, $port, $login, $password, $method, @args); } sub communigate_pro_command { #subroutine, not method -- 2.11.0