diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2003-06-04 12:04:00 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2003-06-04 12:04:00 +0000 |
commit | 811af5f6ce70d36155377ac51bc5b0518d265622 (patch) | |
tree | 803b2ddbd350ecefb87a3185f2228680e3d26a93 /usr.bin/ssh | |
parent | f241a11097a6326ae2c068f5b5930c7d356badc9 (diff) |
remove bitrotten commet; ok markus@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/serverloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c index 9c1fbb1baed..e02ee0aa0df 100644 --- a/usr.bin/ssh/serverloop.c +++ b/usr.bin/ssh/serverloop.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: serverloop.c,v 1.108 2003/05/11 20:30:24 markus Exp $"); +RCSID("$OpenBSD: serverloop.c,v 1.109 2003/06/04 12:03:59 djm Exp $"); #include "xmalloc.h" #include "packet.h" @@ -975,7 +975,7 @@ server_input_global_request(int type, u_int32_t seq, void *ctxt) pw = auth_get_user(); if (pw == NULL) fatal("server_input_global_request: no user"); - listen_address = packet_get_string(NULL); /* XXX currently ignored */ + listen_address = packet_get_string(NULL); listen_port = (u_short)packet_get_int(); debug("server_input_global_request: tcpip-forward listen %s port %d", listen_address, listen_port); |