comparison src/protocols/simple/simple.c @ 14164:879bb47cff8e

[gaim-migrate @ 16814] Revert SVN revision 16811. Kevin says it's crashing for him and I'm tired. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 17 Aug 2006 10:04:21 +0000
parents c3167a1dd817
children fc92a5a7dd95
comparison
equal deleted inserted replaced
14163:c3167a1dd817 14164:879bb47cff8e
28 28
29 #include "accountopt.h" 29 #include "accountopt.h"
30 #include "blist.h" 30 #include "blist.h"
31 #include "conversation.h" 31 #include "conversation.h"
32 #include "debug.h" 32 #include "debug.h"
33 #include "dnsquery.h"
34 #include "notify.h" 33 #include "notify.h"
35 #include "privacy.h" 34 #include "privacy.h"
36 #include "prpl.h" 35 #include "prpl.h"
37 #include "plugin.h" 36 #include "plugin.h"
38 #include "util.h" 37 #include "util.h"
1620 return; 1619 return;
1621 } 1620 }
1622 } else { /* UDP */ 1621 } else { /* UDP */
1623 gaim_debug_info("simple", "using udp with server %s and port %d\n", hostname, port); 1622 gaim_debug_info("simple", "using udp with server %s and port %d\n", hostname, port);
1624 1623
1625 gaim_dnsquery_a(hostname, port, simple_udp_host_resolved, sip); 1624 gaim_gethostbyname_async(hostname, port, simple_udp_host_resolved, sip);
1626 } 1625 }
1627 } 1626 }
1628 1627
1629 static void simple_login(GaimAccount *account) 1628 static void simple_login(GaimAccount *account)
1630 { 1629 {