From: Christian Grothoff Date: Fri, 8 Nov 2013 15:28:32 +0000 (+0000) Subject: -complain if this happens X-Git-Tag: initial-import-from-subversion-38251~6165 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e97625e3132c7a84cef4d01ebbc455f42a0641e2;p=oweals%2Fgnunet.git -complain if this happens --- 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; }