aboutsummaryrefslogtreecommitdiff
path: root/networking/inetd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/inetd.c')
-rw-r--r--networking/inetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index 8148925ce..dce5a0885 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -727,7 +727,7 @@ static NOINLINE servtab_t *parse_one_line(void)
727 goto parse_err; 727 goto parse_err;
728#endif 728#endif
729 } 729 }
730 if (strncmp(arg, "rpc/", 4) == 0) { 730 if (is_prefixed_with(arg, "rpc/")) {
731#if ENABLE_FEATURE_INETD_RPC 731#if ENABLE_FEATURE_INETD_RPC
732 unsigned n; 732 unsigned n;
733 arg += 4; 733 arg += 4;