From 091f86cf5f5da77e72ce5512c7ef61594c964929 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 19 Sep 2001 19:41:28 +0000 Subject: tyop --- FS/FS/svc_acct.pm | 4 ++-- 1 file 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 -- cgit v1.2.1