Francois Gouget : TestBot/TestAgent: Old Net::OpenSSH versions don' t have disconnect().

Alexandre Julliard julliard at winehq.org
Fri Mar 29 04:41:00 CDT 2019


Module: tools
Branch: master
Commit: 09c955efd51764aa713de23b64901bc489b74fec
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=09c955efd51764aa713de23b64901bc489b74fec

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Mar 29 09:51:26 2019 +0100

TestBot/TestAgent: Old Net::OpenSSH versions don't have disconnect().

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/WineTestBot/TestAgent.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/TestAgent.pm b/testbot/lib/WineTestBot/TestAgent.pm
index 7c85e8a..ca8a81b 100644
--- a/testbot/lib/WineTestBot/TestAgent.pm
+++ b/testbot/lib/WineTestBot/TestAgent.pm
@@ -128,7 +128,6 @@ sub Disconnect($)
   {
     # This may close the SSH channel ($self->{fd}) as a side-effect,
     # which will avoid undue delays.
-    $self->{ssh}->disconnect();
     $self->{ssh} = undef;
     waitpid($self->{sshpid}, 0);
     $self->{sshpid} = undef;




More information about the wine-cvs mailing list