Changed sockaddr2str to sock_addr2str
FossilOrigin-Name: 84ead15d91a3fda67448099e211b39ae87d86236d9d5c2fe7adf34b140c8706e
This commit is contained in:
		@ -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;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user