diff options
Diffstat (limited to 'networking/inetd.c')
-rw-r--r-- | networking/inetd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index 211a8dcbf..a7517ebdf 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -453,8 +453,7 @@ static void setup(servtab_t *sep) | |||
453 | bb_perror_msg("%s/%s: socket", sep->se_service, sep->se_proto); | 453 | bb_perror_msg("%s/%s: socket", sep->se_service, sep->se_proto); |
454 | return; | 454 | return; |
455 | } | 455 | } |
456 | if (setsockopt_reuseaddr(sep->se_fd) < 0) | 456 | setsockopt_reuseaddr(sep->se_fd); |
457 | bb_perror_msg("setsockopt(SO_REUSEADDR)"); | ||
458 | 457 | ||
459 | #if ENABLE_FEATURE_INETD_RPC | 458 | #if ENABLE_FEATURE_INETD_RPC |
460 | if (isrpcservice(sep)) { | 459 | if (isrpcservice(sep)) { |