summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2001-09-19 19:41:28 +0000
committerivan <ivan>2001-09-19 19:41:28 +0000
commit091f86cf5f5da77e72ce5512c7ef61594c964929 (patch)
treefcba69787e819e38daf391ee470eee2a8e80d60e /FS
parent14f855379a4022a283e21f3d6b52ebd4ac0b1a22 (diff)
tyop
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/svc_acct.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index 8e3c72936..a9c93afe3 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -873,7 +873,7 @@ sub ssh {
use IO::File;
my $reader = IO::File->new();
my $writer = IO::File->new();
- my $error = IO::file->new();
+ my $error = IO::File->new();
&Net::SSH::sshopen3( $host, $reader, $writer, $error, @cmd_and_args) or die $!;
@@ -894,7 +894,7 @@ sub ssh {
=head1 VERSION
-$Id: svc_acct.pm,v 1.44 2001-09-19 19:39:24 ivan Exp $
+$Id: svc_acct.pm,v 1.45 2001-09-19 19:41:28 ivan Exp $
=head1 BUGS