]> 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 58fc7926b00c0fec717d7e932725038fdf716407..993e995d5055596c9a025d600cecbaad4b21ff76 100644 (file)
@@ -39,7 +39,6 @@
 #include "numeric.h"
 #include "s_conf.h"
 #include "s_newconf.h"
-#include "sprintf_irc.h"
 
 static int mo_testline(struct Client *, struct Client *, int, const char **);
 static int mo_testgecos(struct Client *, struct Client *, int, const char **);
@@ -156,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];