[paramiko] typo in rev 417 (x11)

David Guerizec david at guerizec.net
Sat Dec 2 09:53:01 PST 2006


Hi Robey,

I've found a small typo in paramiko/transport.py that prevent X11 forwzrding 
from working. Following is the patch to apply on that file.

Best regards,

David

=== modified file 'paramiko/transport.py'
--- paramiko/transport.py       2006-11-21 00:11:17 +0000
+++ paramiko/transport.py       2006-12-02 17:49:20 +0000
@@ -1345,7 +1345,7 @@
             # by default, use the same mechanism as accept()
             self._x11_handler = self._default_x11_handler
         else:
-            self._x11_hanlder = handler
+            self._x11_handler = handler

     def _default_x11_handler(self, channel, (src_addr, src_port)):
         self._queue_incoming_channel(channel)




More information about the paramiko mailing list