libpurple/stun.c

changeset 37469
f238b0a5ee69
parent 37465
2b3189543b1f
child 37517
a67be31f9c7e
equal deleted inserted replaced
37468:2a1934a1e457 37469:f238b0a5ee69
359 do_callbacks(); 359 do_callbacks();
360 360
361 return; 361 return;
362 } 362 }
363 363
364 ld->port = GPOINTER_TO_INT(data);
364 if (!purple_network_listen_range(12108, 12208, AF_UNSPEC, SOCK_DGRAM, TRUE, hbn_listen_cb, ld)) { 365 if (!purple_network_listen_range(12108, 12208, AF_UNSPEC, SOCK_DGRAM, TRUE, hbn_listen_cb, ld)) {
365 nattype.status = PURPLE_STUN_STATUS_UNKNOWN; 366 nattype.status = PURPLE_STUN_STATUS_UNKNOWN;
366 nattype.lookup_time = time(NULL); 367 nattype.lookup_time = time(NULL);
367 368
368 do_callbacks(); 369 do_callbacks();

mercurial