]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_testline.c
sync ssld with ratbox3 repository: now r25594 + charybdis related changes
[irc/rqf/shadowircd.git] / modules / m_testline.c
index 63f99af0c14a55ca5102bb362a7c9a10306d7f86..993e995d5055596c9a025d600cecbaad4b21ff76 100644 (file)
@@ -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];