comparison src/network.c @ 11215:986160f7b6ca

[gaim-migrate @ 13347] Squash a warning. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 09 Aug 2005 04:27:21 +0000
parents ff728e84d59a
children 5ed33bb06a84
comparison
equal deleted inserted replaced
11214:751de30689ef 11215:986160f7b6ca
132 } 132 }
133 133
134 const char * 134 const char *
135 gaim_network_get_my_ip(int fd) 135 gaim_network_get_my_ip(int fd)
136 { 136 {
137 char *ip = NULL; 137 const char *ip = NULL;
138 char *controlURL = NULL; 138 char *controlURL = NULL;
139 139
140 /* Check if the user specified an IP manually */ 140 /* Check if the user specified an IP manually */
141 if (!gaim_prefs_get_bool("/core/network/auto_ip")) { 141 if (!gaim_prefs_get_bool("/core/network/auto_ip")) {
142 ip = gaim_network_get_public_ip(); 142 ip = gaim_network_get_public_ip();