-removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually always GNUNE...
[oweals/gnunet.git] / src / util / strings.c
index e686f60f0d6c87e9b9300819ff62aff40b1fcf0f..f9e2d8da67ecd2522d820700cda4d96d67cd42c1 100644 (file)
@@ -1037,7 +1037,7 @@ GNUNET_STRINGS_to_address_ipv4 (const char *zt_addr, uint16_t addrlen,
                                struct sockaddr_in *r_buf)
 {
   unsigned int temps[5];
-  int port;
+  unsigned int port;
   int cnt;
 
   if (addrlen < 9)