Various inet* -> rb_inet_*
This commit is contained in:
parent
79c70bbb9c
commit
caa4d9d273
12 changed files with 21 additions and 423 deletions
|
@ -337,7 +337,7 @@ report_this_status(struct Client *source_p, struct Client *target_p,
|
|||
if(!MyConnect(target_p))
|
||||
return 0;
|
||||
|
||||
inetntop_sock((struct sockaddr *)&target_p->localClient->ip, ip, sizeof(ip));
|
||||
rb_inet_ntop_sock((struct sockaddr *)&target_p->localClient->ip, ip, sizeof(ip));
|
||||
class_name = get_client_class(target_p);
|
||||
|
||||
if(IsAnyServer(target_p))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue