summaryrefslogtreecommitdiff
path: root/src/hostserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostserv.c')
-rw-r--r--src/hostserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostserv.c b/src/hostserv.c
index 82bdb07ce..38ee8dea7 100644
--- a/src/hostserv.c
+++ b/src/hostserv.c
@@ -75,7 +75,7 @@ void moduleAddHostServCmds(void)
-1, -1, -1);
addCoreCommand(HOSTSERV, c);
c = createCommand("LIST", listOut, is_services_oper, -1,
- -1, HOST_HELP_LIST, -1, -1);
+ -1, HOST_HELP_LIST, HOST_HELP_LIST, HOST_HELP_LIST);
addCoreCommand(HOSTSERV, c);
}