aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-04-13 07:53:46 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-04-13 07:53:46 +0000
commit3ed48a1abff62a5b0e7ddd4a2a9964e2c2d7a1ff (patch)
tree7a0c80c6f8df6f44961ef89c04a12002cd2f52ac
parent506e9ddb170725673c11d3d9438795ce725f67b1 (diff)
- fix
-rw-r--r--src/util/strings.c2
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)