]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_rehash.c
strlcat -> rb_strlcat
[irc/rqf/shadowircd.git] / modules / m_rehash.c
index dc81c43170e09304f3755d3955fa99c1e4f17730..ff0a08a1467bcc8c11806790880ea7047ffd1762 100644 (file)
@@ -285,8 +285,8 @@ do_rehash(struct Client *source_p, const char *type)
                for (x = 0; rehash_commands[x].cmd != NULL && rehash_commands[x].handler != NULL;
                     x++)
                {
-                       strlcat(cmdbuf, " ", sizeof(cmdbuf));
-                       strlcat(cmdbuf, rehash_commands[x].cmd, sizeof(cmdbuf));
+                       rb_strlcat(cmdbuf, " ", sizeof(cmdbuf));
+                       rb_strlcat(cmdbuf, rehash_commands[x].cmd, sizeof(cmdbuf));
                }
                sendto_one_notice(source_p, ":rehash one of:%s", cmdbuf);
        }