From 474111bf7923be9458ee84c6dcc577261aa65fea Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 10 Oct 2016 08:29:05 +0000 Subject: [PATCH] -fix --- src/gns/gnunet-gns-proxy.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c index 052b06f1c..ef9c7bf62 100644 --- a/src/gns/gnunet-gns-proxy.c +++ b/src/gns/gnunet-gns-proxy.c @@ -1896,8 +1896,6 @@ mhd_connection_cb (void *cls, break; } } - if (NULL == s5r) - GNUNET_break (0); s5r->ssl_checked = GNUNET_NO; break; case MHD_CONNECTION_NOTIFY_CLOSED: -- 2.25.1