diff options
-rw-r--r-- | src/util/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/strings.c b/src/util/strings.c index e59965eba1..f9e2d8da67 100644 --- a/src/util/strings.c +++ b/src/util/strings.c @@ -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]; - unsigned port; + unsigned int port; int cnt; if (addrlen < 9) |