X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/f06c147c70cf72b40e4ec0ec3b5aca86662beb80..df22ecbf7794404ec7bfaff0475ae52704a0ad98:/modules/m_testline.c?ds=inline diff --git a/modules/m_testline.c b/modules/m_testline.c index 63f99af..993e995 100644 --- a/modules/m_testline.c +++ b/modules/m_testline.c @@ -155,7 +155,7 @@ mo_testline(struct Client *client_p, struct Client *source_p, int parc, const ch #ifdef RB_IPV6 (type == HM_IPV6) ? AF_INET6 : #endif - AF_INET) : 0))) + AF_INET) : 0, NULL))) { static char buf[HOSTLEN+USERLEN+2];