##// END OF EJS Templates
sshpeer: make sshpeer.close() close the underlying connection...
Valentin Gatien-Baron -
r47415:8c490610 default
parent child Browse files
Show More
@@ -434,7 +434,7 b' class sshv1peer(wireprotov1peer.wirepeer'
434 return True
434 return True
435
435
436 def close(self):
436 def close(self):
437 pass
437 self._cleanup()
438
438
439 # End of ipeerconnection interface.
439 # End of ipeerconnection interface.
440
440
General Comments 0
You need to be logged in to leave comments. Login now