summaryrefslogtreecommitdiff
path: root/src/hostserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostserv.c')
-rw-r--r--src/hostserv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hostserv.c b/src/hostserv.c
index 1a3feb9b2..02e0c0c33 100644
--- a/src/hostserv.c
+++ b/src/hostserv.c
@@ -74,8 +74,8 @@ void moduleAddHostServCmds(void)
c = createCommand("DEL", do_del, is_host_remover, HOST_HELP_DEL, -1,
-1, -1, -1);
addCoreCommand(HOSTSERV, c);
- c = createCommand("LIST", listOut, is_services_oper, HOST_HELP_LIST,
- -1, -1, -1, -1);
+ c = createCommand("LIST", listOut, is_services_oper, -1,
+ -1, HOST_HELP_LIST, -1, -1);
addCoreCommand(HOSTSERV, c);
}