Changed sockaddr2str to sock_addr2str
FossilOrigin-Name: 84ead15d91a3fda67448099e211b39ae87d86236d9d5c2fe7adf34b140c8706e
This commit is contained in:
parent
925f5ecb3b
commit
f6d3886a6c
@ -83,7 +83,7 @@ void socklist_destroy()
|
|||||||
static int find_reply_socket(struct sockaddr *sa,int bc)
|
static int find_reply_socket(struct sockaddr *sa,int bc)
|
||||||
{
|
{
|
||||||
|
|
||||||
printf("Looking for best sock of: %s\n",sockaddr2str(sa));
|
printf("Looking for best sock of: %s\n",sock_addr2str(sa));
|
||||||
|
|
||||||
int bestsockfd = -1;
|
int bestsockfd = -1;
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
Reference in New Issue
Block a user