diff 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
line wrap: on
line diff
--- a/src/core.c	Sun Feb 05 22:31:48 2006 +0000
+++ b/src/core.c	Mon Feb 06 04:20:30 2006 +0000
@@ -99,6 +99,9 @@
 	gaim_dbus_init();
 #endif
 
+	/* Call this early on to try to auto-detect our IP address */
+	gaim_network_get_my_ip(-1);
+
 	/* Initialize all static protocols. */
 	static_proto_init();