diff options
Diffstat (limited to 'serverloop.c')
-rw-r--r-- | serverloop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/serverloop.c b/serverloop.c index 3bc0c5a76..36c40ec59 100644 --- a/serverloop.c +++ b/serverloop.c | |||
@@ -1102,6 +1102,7 @@ server_input_global_request(int type, u_int32_t seq, void *ctxt) | |||
1102 | } | 1102 | } |
1103 | xfree(rtype); | 1103 | xfree(rtype); |
1104 | } | 1104 | } |
1105 | |||
1105 | static void | 1106 | static void |
1106 | server_input_channel_req(int type, u_int32_t seq, void *ctxt) | 1107 | server_input_channel_req(int type, u_int32_t seq, void *ctxt) |
1107 | { | 1108 | { |