]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - extensions/ip_cloaking_3.0.c
Add description for LOCOPS message.
[irc/rqf/shadowircd.git] / extensions / ip_cloaking_3.0.c
index e80a19a451deea7918a9e6051f8ab86e7db3ec69..193939567ce94905f125dcbd1b6d945ed379c03b 100644 (file)
@@ -121,11 +121,11 @@ do_host_cloak_ip(const char *inbuf, char *outbuf)
 
        if(ipv6)
        {
-           snprintf(outbuf, HOSTLEN, "%s:%x", buf, accum);
+           rb_snprintf(outbuf, HOSTLEN, "%s:%x", buf, accum);
        }
        else
        {
-           snprintf(outbuf, HOSTLEN, "%s.%x", buf, accum);
+           rb_snprintf(outbuf, HOSTLEN, "%s.%x", buf, accum);
        }
 }