summaryrefslogtreecommitdiff
path: root/serverloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'serverloop.c')
-rw-r--r--serverloop.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/serverloop.c b/serverloop.c
index aa74bf9a2..d2f8d3d61 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.91 2001/12/28 12:14:27 markus Exp $"); 38RCSID("$OpenBSD: serverloop.c,v 1.92 2001/12/28 14:50:54 markus Exp $");
39 39
40#include "xmalloc.h" 40#include "xmalloc.h"
41#include "packet.h" 41#include "packet.h"
@@ -691,8 +691,7 @@ server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg)
691 * the exit status. 691 * the exit status.
692 */ 692 */
693 do { 693 do {
694 int plen; 694 type = packet_read();
695 type = packet_read(&plen);
696 } 695 }
697 while (type != SSH_CMSG_EXIT_CONFIRMATION); 696 while (type != SSH_CMSG_EXIT_CONFIRMATION);
698 697