aboutsummaryrefslogtreecommitdiff
path: root/src/inetd-bi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inetd-bi.c')
-rw-r--r--src/inetd-bi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inetd-bi.c b/src/inetd-bi.c
index d0d3ea4..7ce4b39 100644
--- a/src/inetd-bi.c
+++ b/src/inetd-bi.c
@@ -334,7 +334,7 @@ tcpmux (int fd, struct component const *comp)
if (!strcasecmp (service, "help"))
{
- progman_iterate_comp (tcpmux_help, &fd);
+ component_foreach (tcpmux_help, &fd);
return;
}

Return to:

Send suggestions and report system problems to the System administrator.