aboutsummaryrefslogtreecommitdiff
path: root/src/hello/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello/hello.c')
-rw-r--r--src/hello/hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hello/hello.c b/src/hello/hello.c
index c7db77a18..a0c26d1ab 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -632,8 +632,8 @@ GNUNET_HELLO_equals (const struct GNUNET_HELLO_Message *h1,
632 632
633static int 633static int
634find_min_expire (void *cls, const char *tname, 634find_min_expire (void *cls, const char *tname,
635 struct GNUNET_TIME_Absolute expiration, const void *addr, 635 struct GNUNET_TIME_Absolute expiration, const void *addr,
636 uint16_t addrlen) 636 uint16_t addrlen)
637{ 637{
638 struct GNUNET_TIME_Absolute *min = cls; 638 struct GNUNET_TIME_Absolute *min = cls;
639 639