summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index 05bcc3add..70619aa60 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -59,7 +59,7 @@
59 */ 59 */
60 60
61#include "includes.h" 61#include "includes.h"
62RCSID("$OpenBSD: clientloop.c,v 1.78 2001/06/25 08:25:36 markus Exp $"); 62RCSID("$OpenBSD: clientloop.c,v 1.79 2001/06/29 18:38:44 stevesk Exp $");
63 63
64#include "ssh.h" 64#include "ssh.h"
65#include "ssh1.h" 65#include "ssh1.h"
@@ -1271,7 +1271,7 @@ client_init_dispatch_15(void)
1271 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof); 1271 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof);
1272 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, & channel_input_oclose); 1272 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, & channel_input_oclose);
1273} 1273}
1274void 1274static void
1275client_init_dispatch(void) 1275client_init_dispatch(void)
1276{ 1276{
1277 if (compat20) 1277 if (compat20)