mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-04 13:53:34 +03:00
iodined.c: Fix stun timeout.
Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
This commit is contained in:
parent
cb5450dba7
commit
ac71deeb88
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ get_external_ip_by_stun(struct in_addr *ip, const char *stun_server)
|
|||
if (res2 == 0) {
|
||||
/* timeout */
|
||||
res = 7;
|
||||
continue;
|
||||
break;
|
||||
}
|
||||
if (res2 != 1) {
|
||||
res = 8;
|
||||
|
|
Loading…
Add table
Reference in a new issue