comparison libpurple/protocols/jabber/si.c @ 29102:f1aa01ff26dd

Remove IPv6 support from _get_local_system_ips, since I couldn't get it to work yet...
author Marcus Lundblad <ml@update.uu.se>
date Thu, 10 Sep 2009 20:33:18 +0000
parents 02f6f49da454
children e77894113a14
comparison
equal deleted inserted replaced
29101:02f6f49da454 29102:f1aa01ff26dd
852 852
853 /* If we successfully started listening locally */ 853 /* If we successfully started listening locally */
854 if (sock >= 0) { 854 if (sock >= 0) {
855 gchar *jid; 855 gchar *jid;
856 GList *local_ips = 856 GList *local_ips =
857 purple_network_get_all_local_system_ips(jsx->js->fd); 857 purple_network_get_all_local_system_ips();
858 const char *public_ip; 858 const char *public_ip;
859 gboolean has_public_ip = FALSE; 859 gboolean has_public_ip = FALSE;
860 860
861 jsx->local_streamhost_fd = sock; 861 jsx->local_streamhost_fd = sock;
862 862