Module: tools Branch: master Commit: 09c955efd51764aa713de23b64901bc489b74fec URL: https://source.winehq.org/git/tools.git/?a=commit;h=09c955efd51764aa713de23b...
Author: Francois Gouget fgouget@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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;