From fa8c4e20bdba3ba77cbf6616d9b60618b69fe72c Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Fri, 10 Dec 2004 08:27:43 +0000 Subject: [PATCH] [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-121] other part of that last patch oops, forgot this part. --- paramiko/transport.py | 1 + 1 file changed, 1 insertion(+) diff --git a/paramiko/transport.py b/paramiko/transport.py index 134c4f5..3e50ffc 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,