diff options
Diffstat (limited to 'perl')
-rwxr-xr-x | perl/examples/rmount.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl/examples/rmount.pl b/perl/examples/rmount.pl index 2c50791..9ae1cc1 100755 --- a/perl/examples/rmount.pl +++ b/perl/examples/rmount.pl @@ -30,7 +30,6 @@ map { my ($str) = $_; $args{$str} = sub { netlink($str,@_) } } sub connect_remote { sshopen2($host, *READER, *WRITER, "./rmount_remote.pl $dir") or die "ssh: $!\n"; -# open2(*READER,*WRITER,"./rmount_remote.pl $dir"); select WRITER; $| = 1; select STDOUT; |