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 39c2a488c..90eec0855 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.108 2003/05/11 20:30:24 markus Exp $"); 38RCSID("$OpenBSD: serverloop.c,v 1.109 2003/06/04 12:03:59 djm Exp $");
39 39
40#include "xmalloc.h" 40#include "xmalloc.h"
41#include "packet.h" 41#include "packet.h"
@@ -977,7 +977,7 @@ server_input_global_request(int type, u_int32_t seq, void *ctxt)
977 pw = auth_get_user(); 977 pw = auth_get_user();
978 if (pw == NULL) 978 if (pw == NULL)
979 fatal("server_input_global_request: no user"); 979 fatal("server_input_global_request: no user");
980 listen_address = packet_get_string(NULL); /* XXX currently ignored */ 980 listen_address = packet_get_string(NULL);
981 listen_port = (u_short)packet_get_int(); 981 listen_port = (u_short)packet_get_int();
982 debug("server_input_global_request: tcpip-forward listen %s port %d", 982 debug("server_input_global_request: tcpip-forward listen %s port %d",
983 listen_address, listen_port); 983 listen_address, listen_port);