Fix up string types
[users/jgh/exim.git] / src / src / ip.c
index 6706b447986852b3550e10881e5fccf86adfd6d4..a820998ca082ec3a22e036024376860169b91b09 100644 (file)
@@ -269,7 +269,7 @@ ip_connectedsocket(int type, const uschar * hostname, int portlo, int porthi,
 int namelen, port;
 host_item shost;
 host_item *h;
-int af, fd, fd4 = -1, fd6 = -1;
+int af = 0, fd, fd4 = -1, fd6 = -1;
 
 shost.next = NULL;
 shost.address = NULL;