summaryrefslogtreecommitdiff
path: root/src/core/hs_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hs_set.c')
-rw-r--r--src/core/hs_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_set.c b/src/core/hs_set.c
index 10a717ae5..6364086ce 100644
--- a/src/core/hs_set.c
+++ b/src/core/hs_set.c
@@ -152,7 +152,7 @@ class CommandHSSet : public Command
void OnSyntaxError(User *u)
{
- syntax_error(s_HostServ, u, "SET", HOST_SET_SYNTAX, s_HostServ);
+ syntax_error(s_HostServ, u, "SET", HOST_SET_SYNTAX);
}
};