summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/serverloop.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-03-20 18:48:34 +0000
committerderaadt <deraadt@openbsd.org>2006-03-20 18:48:34 +0000
commita771861f4394d3a7b58114c580e90fb572a69672 (patch)
tree85097277b5dbd7d98dd4ba192895691c1f1265aa /usr.bin/ssh/serverloop.c
parentbe strict with tolower() casting (diff)
downloadwireguard-openbsd-a771861f4394d3a7b58114c580e90fb572a69672.tar.xz
wireguard-openbsd-a771861f4394d3a7b58114c580e90fb572a69672.zip
spacing
Diffstat (limited to 'usr.bin/ssh/serverloop.c')
-rw-r--r--usr.bin/ssh/serverloop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c
index 0f73a9fecf4..1afd0a1cb66 100644
--- a/usr.bin/ssh/serverloop.c
+++ b/usr.bin/ssh/serverloop.c
@@ -1092,6 +1092,7 @@ server_input_global_request(int type, u_int32_t seq, void *ctxt)
}
xfree(rtype);
}
+
static void
server_input_channel_req(int type, u_int32_t seq, void *ctxt)
{