Fix some compiler warnings from gcc 4.6

This commit is contained in:
Colin Walters
2011-04-15 15:51:25 -04:00
parent 78203f3699
commit 01602e1695
3 changed files with 2 additions and 2 deletions

View File

@@ -278,7 +278,7 @@ use_inet_address (gboolean synchronous)
{
GSocketAddressEnumerator *enumerator;
GSocketAddress *sockaddr;
GInetAddress *addr;
GInetAddress *addr = NULL;
guint port = 0;
gchar **ip_and_port;