recv_from_new_fd: changed to unsigned type

This commit is contained in:
Nikos Mavrogiannopoulos
2016-07-19 11:35:24 +02:00
parent 6510ef06cf
commit 99c9b6749b

View File

@@ -49,7 +49,7 @@
#endif
/* recv from the new file descriptor and make sure we have a valid packet */
static int recv_from_new_fd(struct worker_st *ws, int fd, UdpFdMsg **tmsg)
static unsigned recv_from_new_fd(struct worker_st *ws, int fd, UdpFdMsg **tmsg)
{
int saved_fd, ret;
UdpFdMsg *saved_tmsg;