diff options
author | Mark Glines <mark@glines.org> | 2002-09-29 01:21:47 +0000 |
---|---|---|
committer | Mark Glines <mark@glines.org> | 2002-09-29 01:21:47 +0000 |
commit | 1b67bea662b3e82d03a5787c40afcab119c33729 (patch) | |
tree | 65eb235f90a8820919173d0b42adfb57126c3af8 /perl | |
parent | 23334c6fd5159acf21f2a7c3a96be84951f0d290 (diff) | |
download | libfuse-1b67bea662b3e82d03a5787c40afcab119c33729.tar.gz |
forgot to commit this earlier: removed some debugging, and enabled full functionality.
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; |