diff options
author | Robey Pointer <robey@lag.net> | 2004-12-10 08:27:43 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2004-12-10 08:27:43 +0000 |
commit | fa8c4e20bdba3ba77cbf6616d9b60618b69fe72c (patch) | |
tree | 2c8eea90a0c3b1b8f82e7c6bc9e6e32290890fd6 | |
parent | 37892fc0c75bcdc8304eeb7d102334b30ac0f85d (diff) |
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-121]
other part of that last patch
oops, forgot this part.
-rw-r--r-- | paramiko/transport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py index 134c4f56..3e50ffcf 100644 --- a/paramiko/transport.py +++ b/paramiko/transport.py @@ -1529,6 +1529,7 @@ class BaseTransport (threading.Thread): MSG_CHANNEL_SUCCESS: Channel._request_success, MSG_CHANNEL_FAILURE: Channel._request_failed, MSG_CHANNEL_DATA: Channel._feed, + MSG_CHANNEL_EXTENDED_DATA: Channel._feed_extended, MSG_CHANNEL_WINDOW_ADJUST: Channel._window_adjust, MSG_CHANNEL_REQUEST: Channel._handle_request, MSG_CHANNEL_EOF: Channel._handle_eof, |