[gaim-migrate @ 15229]

Sat, 14 Jan 2006 17:58:36 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Sat, 14 Jan 2006 17:58:36 +0000
changeset 12877
aebd8924bc4b
parent 12876
8548fe2c854a
child 12878
b4e6c6029bf6

[gaim-migrate @ 15229]
Do you believe in magic? I don't.

src/stun.c file | annotate | diff | comparison | revisions
--- 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) {
 

mercurial