aboutsummaryrefslogtreecommitdiffstats
path: root/perl/examples
diff options
context:
space:
mode:
Diffstat (limited to 'perl/examples')
-rwxr-xr-xperl/examples/rmount.pl1
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;