diff options
Diffstat (limited to 'tcp-accept.c')
-rw-r--r-- | tcp-accept.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcp-accept.c b/tcp-accept.c index 14a6312..7457c9b 100644 --- a/tcp-accept.c +++ b/tcp-accept.c @@ -104,7 +104,7 @@ int listen_tcpfwd(struct TCPListener* tcpinfo) { struct Listener *listener = NULL; int nsocks; char* errstring = NULL; - // listen_spec = NULL indicates localhost + /* listen_spec = NULL indicates localhost */ const char* listen_spec = NULL; TRACE(("enter listen_tcpfwd")) |