src/stun.c

changeset 12877
aebd8924bc4b
parent 12757
ef403877ac2e
child 12909
dfcf4df1dcd7
--- 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