summaryrefslogtreecommitdiff
path: root/serverloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'serverloop.c')
-rw-r--r--serverloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/serverloop.c b/serverloop.c
index 4f6c82694..cd9368d07 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -35,7 +35,7 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: serverloop.c,v 1.58 2001/04/04 22:04:35 markus Exp $"); 38RCSID("$OpenBSD: serverloop.c,v 1.59 2001/04/05 10:42:51 markus Exp $");
39 39
40#include "xmalloc.h" 40#include "xmalloc.h"
41#include "packet.h" 41#include "packet.h"
@@ -667,7 +667,7 @@ server_loop2(void)
667 for (;;) { 667 for (;;) {
668 process_buffered_input_packets(); 668 process_buffered_input_packets();
669 669
670 rekeying = (xxx_kex != NULL && !xxx_kex->done); 670 rekeying = (xxx_kex != NULL && !xxx_kex->done);
671 671
672 if (!had_channel && channel_still_open()) 672 if (!had_channel && channel_still_open())
673 had_channel = 1; 673 had_channel = 1;