summaryrefslogtreecommitdiff
path: root/serverloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'serverloop.c')
-rw-r--r--serverloop.c1
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
1105static void 1106static void
1106server_input_channel_req(int type, u_int32_t seq, void *ctxt) 1107server_input_channel_req(int type, u_int32_t seq, void *ctxt)
1107{ 1108{