pidgin/ljfisher-ssl-client-auth

dnssrv: Hmph, this is what I get for swapping the argument order around and not paying attention
--- a/libpurple/dnssrv.c Wed Jul 20 05:04:37 2011 +0000
+++ b/libpurple/dnssrv.c Wed Jul 20 16:51:55 2011 +0000
@@ -777,7 +777,7 @@
query);
g_free(hostname);
- query_data = query_data_new(PurpleDnsTypeSrv, extradata, query);
+ query_data = query_data_new(PurpleDnsTypeSrv, query, extradata);
query_data->cb.srv = cb;
if (purple_srv_txt_query_ui_resolve(query_data))