mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 08:29:45 +00:00
trivial compiler fix
This commit is contained in:
parent
c411f8c7a9
commit
86ef5d2668
@ -2757,7 +2757,7 @@ SWITCH_DECLARE(int) switch_wait_socklist(switch_waitlist_t *waitlist, uint32_t l
|
||||
fd_set *wfds;
|
||||
fd_set *efds;
|
||||
struct timeval tv;
|
||||
int i;
|
||||
unsigned int i;
|
||||
switch_os_socket_t max_fd = 0;
|
||||
int flags = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user