diff options
Diffstat (limited to 'networking/inetd.c')
-rw-r--r-- | networking/inetd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index e5352a555..e71be51c3 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -1208,7 +1208,7 @@ static void clean_up_and_exit(int sig UNUSED_PARAM) | |||
1208 | close(sep->se_fd); | 1208 | close(sep->se_fd); |
1209 | } | 1209 | } |
1210 | remove_pidfile_std_path_and_ext("inetd"); | 1210 | remove_pidfile_std_path_and_ext("inetd"); |
1211 | exit(EXIT_SUCCESS); | 1211 | exit_SUCCESS(); |
1212 | } | 1212 | } |
1213 | 1213 | ||
1214 | int inetd_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 1214 | int inetd_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |