File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1992,8 +1992,6 @@ private void MessageListener()
1992
1992
// * a call to Disconnect()
1993
1993
// * a call to Dispose()
1994
1994
// * a SSH_MSG_DISCONNECT received from server
1995
-
1996
- Console . WriteLine ( "B" ) ;
1997
1995
break ;
1998
1996
}
1999
1997
@@ -2002,16 +2000,13 @@ private void MessageListener()
2002
2000
{
2003
2001
// connection with SSH server was closed;
2004
2002
// break out of the message loop
2005
- Console . WriteLine ( "C" ) ;
2006
2003
break ;
2007
2004
}
2008
2005
2009
2006
// process message
2010
2007
message . Process ( this ) ;
2011
2008
}
2012
2009
2013
- Console . WriteLine ( "D" ) ;
2014
-
2015
2010
// connection with SSH server was closed or socket was disposed
2016
2011
RaiseError ( CreateConnectionAbortedByServerException ( ) ) ;
2017
2012
}
You can’t perform that action at this time.
0 commit comments