summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2000-03-06 15:15:26 +0000
committerivan <ivan>2000-03-06 15:15:26 +0000
commit0eadaa520cb08c57df5ffb196b7e98956bc2849c (patch)
tree62b0dfd47ae07420ecf1eaab43bb8e78ec9091cd /FS
parent089181476b72019013be25c540d71f862e805012 (diff)
backout silly change
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/SSH.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/SSH.pm b/FS/FS/SSH.pm
index 0caae879e..84ac06b44 100644
--- a/FS/FS/SSH.pm
+++ b/FS/FS/SSH.pm
@@ -121,8 +121,7 @@ Connects the supplied filehandles to the ssh process (in batch mode).
sub sshopen3 {
my($host,$writer,$reader,$error,$command)=@_;
- #open3($writer,$reader,$error,$ssh,'-o','Batchmode yes',$host,$command);
- open3($reader,$writer,$error,$ssh,'-o','Batchmode yes',$host,$command);
+ open3($writer,$reader,$error,$ssh,'-o','Batchmode yes',$host,$command);
}
sub _yesno {