mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
recv_from_new_fd: changed to unsigned type
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user