aboutsummaryrefslogtreecommitdiff
path: root/src/exit/gnunet-daemon-exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit/gnunet-daemon-exit.c')
-rw-r--r--src/exit/gnunet-daemon-exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index c479720d4..6ac4fc38c 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -582,7 +582,7 @@ hash_redirect_info (struct GNUNET_HashCode *hash,
582 sizeof(struct GNUNET_HashCode)); 582 sizeof(struct GNUNET_HashCode));
583 /* the GNUnet hashmap only uses the first sizeof(unsigned int) of the hash, 583 /* the GNUnet hashmap only uses the first sizeof(unsigned int) of the hash,
584 so we put the IP address in there (and hope for few collisions) */ 584 so we put the IP address in there (and hope for few collisions) */
585 off = (char*) hash; 585 off = (char *) hash;
586 switch (ri->remote_address.af) 586 switch (ri->remote_address.af)
587 { 587 {
588 case AF_INET: 588 case AF_INET: