comparison src/core.c @ 13129:d0ae6489a0fb

[gaim-migrate @ 15491] Remove some sillyness when attempting to autodetect our IP address committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 06 Feb 2006 04:20:30 +0000
parents 3ef381cdc47e
children bce53c3536da
comparison
equal deleted inserted replaced
13128:8adf78fc630c 13129:d0ae6489a0fb
97 97
98 #ifdef HAVE_DBUS 98 #ifdef HAVE_DBUS
99 gaim_dbus_init(); 99 gaim_dbus_init();
100 #endif 100 #endif
101 101
102 /* Call this early on to try to auto-detect our IP address */
103 gaim_network_get_my_ip(-1);
104
102 /* Initialize all static protocols. */ 105 /* Initialize all static protocols. */
103 static_proto_init(); 106 static_proto_init();
104 107
105 /* Since plugins get probed so early we should probably initialize their 108 /* Since plugins get probed so early we should probably initialize their
106 * subsystem right away too. 109 * subsystem right away too.