]> jfr.im git - solanum.git/blobdiff - src/s_conf.c
strlcat -> rb_strlcat
[solanum.git] / src / s_conf.c
index 632d481dd4f71841c55c7d38f49ba35777101a9b..cfa4cb20c589fbe089c12b5305035315805578d1 100644 (file)
@@ -314,7 +314,7 @@ verify_access(struct Client *client_p, const char *username)
        else
        {
                rb_strlcpy(non_ident, "~", sizeof(non_ident));
-               strlcat(non_ident, username, sizeof(non_ident));
+               rb_strlcat(non_ident, username, sizeof(non_ident));
                aconf = find_address_conf(client_p->host, client_p->sockhost,
                                        non_ident, client_p->username,
                                        (struct sockaddr *) &client_p->localClient->ip,