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 b16427882..6d72e13e8 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -983,7 +983,7 @@ static void config(int sig ATTRIBUTE_UNUSED) | |||
983 | char protoname[10]; | 983 | char protoname[10]; |
984 | 984 | ||
985 | if (!setconfig()) { | 985 | if (!setconfig()) { |
986 | bb_perror_msg("%s", config_filename); | 986 | bb_simple_perror_msg(config_filename); |
987 | return; | 987 | return; |
988 | } | 988 | } |
989 | for (sep = servtab; sep; sep = sep->se_next) | 989 | for (sep = servtab; sep; sep = sep->se_next) |