mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-13 02:27:48 +00:00
fix signed/unsigned build error on windows
This commit is contained in:
parent
9f73ddd35b
commit
4add409cbd
@ -1300,7 +1300,7 @@ int stun_tls_callback(su_root_magic_t *m, su_wait_t *w, su_wakeup_arg_t *arg)
|
||||
stun_attr_t *password, *username;
|
||||
int state;
|
||||
int events = su_wait_events(w, sd->sd_socket), one = 0;
|
||||
unsigned int onelen;
|
||||
socklen_t onelen;
|
||||
|
||||
enter;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user