diff options
Diffstat (limited to 'modules/hostserv/add.cpp')
-rw-r--r-- | modules/hostserv/add.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hostserv/add.cpp b/modules/hostserv/add.cpp index 9ad20c44b..bdb29557e 100644 --- a/modules/hostserv/add.cpp +++ b/modules/hostserv/add.cpp @@ -63,7 +63,7 @@ class CommandHSAdd : public Command if (host.empty()) { - this->OnSyntaxError(source, ""); + this->OnSyntaxError(source); return; } |