]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/parse.c
Document need_ssl flags in example.conf.
[irc/rqf/shadowircd.git] / src / parse.c
index 970ad7f63536c836a7b9fb4c61debe394442aa5f..5fe0585dc81908fc07dfa45cd05871f784d582e8 100644 (file)
@@ -364,7 +364,7 @@ handle_command(struct Message *mptr, struct Client *client_p,
                ilog(L_SERVER,
                     "Insufficient parameters (%d < %d) for command '%s' from %s.",
                     i, ehandler.min_para, mptr->cmd, client_p->name);
-               snprintf(squitreason, sizeof squitreason,
+               rb_snprintf(squitreason, sizeof squitreason,
                                "Insufficient parameters (%d < %d) for command '%s'",
                                i, ehandler.min_para, mptr->cmd);
                exit_client(client_p, client_p, client_p, squitreason);