libpurple/protocols/jabber/google/jingleinfo.c

branch
cpw.qulogic.gtk3
changeset 32438
dc8991868906
parent 31680
d3902c687705
child 33956
84f5fef32685
--- a/libpurple/protocols/jabber/google/jingleinfo.c	Mon Aug 22 22:46:08 2011 +0000
+++ b/libpurple/protocols/jabber/google/jingleinfo.c	Fri Dec 23 08:21:58 2011 +0000
@@ -117,7 +117,7 @@
 					purple_dnsquery_destroy(js->stun_query);
 
 				account = purple_connection_get_account(js->gc);
-				js->stun_query = purple_dnsquery_a_account(account, host, port,
+				js->stun_query = purple_dnsquery_a(account, host, port,
 					jabber_google_stun_lookup_cb, js);
 			}
 		}

mercurial