# HG changeset patch # User Daniel Atallah # Date 1137261516 0 # Node ID a7bf698eb37cacbe1ef15fb3f97a52af576e08ac # Parent 2c3ee0eff94bd48a36ae4de34bb3fe9b384b6d01 [gaim-migrate @ 15229] Do you believe in magic? I don't. committer: Tailor Script diff -r 2c3ee0eff94b -r a7bf698eb37c src/stun.c --- a/src/stun.c Sat Jan 14 17:43:32 2006 +0000 +++ b/src/stun.c Sat Jan 14 17:58:36 2006 +0000 @@ -81,9 +81,12 @@ size_t packetsize; }; -static GaimStunNatDiscovery nattype = {-1, 0, "\0", NULL, 0}; +static GaimStunNatDiscovery nattype = { + GAIM_STUN_STATUS_UNDISCOVERED, + GAIM_STUN_NAT_TYPE_PUBLIC_IP, + "\0", NULL, 0}; -static GSList *callbacks = 0; +static GSList *callbacks = NULL; static void close_stun_conn(struct stun_conn *sc) {