fix signed/unsigned build error on windows

This commit is contained in:
Michael Jerris 2010-06-06 21:03:10 -04:00
parent 9f73ddd35b
commit 4add409cbd
1 changed files with 1 additions and 1 deletions

View File

@ -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;