diff options
Diffstat (limited to 'serverloop.c')
-rw-r--r-- | serverloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serverloop.c b/serverloop.c index b0c4aafa0..d2eff170a 100644 --- a/serverloop.c +++ b/serverloop.c | |||
@@ -983,7 +983,7 @@ server_input_global_request(int type, u_int32_t seq, void *ctxt) | |||
983 | #ifndef NO_IPPORT_RESERVED_CONCEPT | 983 | #ifndef NO_IPPORT_RESERVED_CONCEPT |
984 | || (listen_port < IPPORT_RESERVED && pw->pw_uid != 0) | 984 | || (listen_port < IPPORT_RESERVED && pw->pw_uid != 0) |
985 | #endif | 985 | #endif |
986 | ) { | 986 | ) { |
987 | success = 0; | 987 | success = 0; |
988 | packet_send_debug("Server has disabled port forwarding."); | 988 | packet_send_debug("Server has disabled port forwarding."); |
989 | } else { | 989 | } else { |