From e97625e3132c7a84cef4d01ebbc455f42a0641e2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 8 Nov 2013 15:28:32 +0000 Subject: [PATCH] -complain if this happens --- src/gns/gnunet-gns-proxy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c index b2c8fc697..3ac87cd36 100644 --- a/src/gns/gnunet-gns-proxy.c +++ b/src/gns/gnunet-gns-proxy.c @@ -1760,6 +1760,7 @@ mhd_log_callback (void *cls, return s5r; } } + GNUNET_break (0); return NULL; } -- 2.25.1