From bde088d345e93b12c88072c4a3fb5f021ffc9157 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 19 Sep 2001 19:28:17 +0000 Subject: [PATCH] ;args --- FS/FS/svc_acct.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 194c8b749..4b902ffbd 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -12,7 +12,7 @@ use Carp; use FS::Conf; use FS::Record qw( qsearch qsearchs fields dbh ); use FS::svc_Common; -use Net::SSH qw(ssh); +use Net::SSH; use FS::part_svc; use FS::svc_acct_pop; use FS::svc_acct_sm; @@ -869,14 +869,14 @@ sub email { sub ssh { my @args = @_; - ssh(@args,">>/usr/local/etc/freeside/sshoutput 2>&1"); + &Net::SSH::ssh(@args,">>/usr/local/etc/freeside/sshoutput 2>&1"); } =back =head1 VERSION -$Id: svc_acct.pm,v 1.42 2001-09-19 19:19:00 ivan Exp $ +$Id: svc_acct.pm,v 1.43 2001-09-19 19:28:17 ivan Exp $ =head1 BUGS -- 2.11.0