Codebase list trinity / 9c209af
socket args are unsigned Dave Jones 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
248248 write_socket_to_cache(&st);
249249 return TRUE;
250250 }
251 output(2, "Couldn't open socket %d:%d:%d. %s\n", family, type, protocol, strerror(errno));
251 output(2, "Couldn't open socket %u:%u:%u. %s\n", family, type, protocol, strerror(errno));
252252 return FALSE;
253253 }
254254