]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/s_conf.c
Various inet* -> rb_inet_*
[irc/rqf/shadowircd.git] / src / s_conf.c
index cfa4cb20c589fbe089c12b5305035315805578d1..856a4e2cc6107a02ac166535ff291e1e4148303a 100644 (file)
@@ -258,7 +258,7 @@ check_client(struct Client *client_p, struct Client *source_p, const char *usern
                        /* why ipaddr, and not just source_p->sockhost? --fl */
 #if 0
                        static char ipaddr[HOSTIPLEN];
-                       inetntop_sock(&source_p->localClient->ip, ipaddr, sizeof(ipaddr));
+                       rb_inet_ntop_sock(&source_p->localClient->ip, ipaddr, sizeof(ipaddr));
 #endif
                        sendto_realops_snomask(SNO_UNAUTH, L_ALL,
                                        "Unauthorised client connection from "