Changed sockaddr2str to sock_addr2str

FossilOrigin-Name: 84ead15d91a3fda67448099e211b39ae87d86236d9d5c2fe7adf34b140c8706e
This commit is contained in:
7u83@mail.ru 2014-07-26 22:46:26 +00:00
parent 925f5ecb3b
commit f6d3886a6c
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ void socklist_destroy()
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 i;