From: ivan Date: Mon, 6 Mar 2000 15:04:59 +0000 (+0000) Subject: bug in IPC::Open3 documentation? X-Git-Tag: freeside_1_3_0~151 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=089181476b72019013be25c540d71f862e805012 bug in IPC::Open3 documentation? --- diff --git a/FS/FS/SSH.pm b/FS/FS/SSH.pm index 84ac06b44..0caae879e 100644 --- a/FS/FS/SSH.pm +++ b/FS/FS/SSH.pm @@ -121,7 +121,8 @@ 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($writer,$reader,$error,$ssh,'-o','Batchmode yes',$host,$command); + open3($reader,$writer,$error,$ssh,'-o','Batchmode yes',$host,$command); } sub _yesno {