diff options
author | Martin Schanzenbach <mschanzenbach@posteo.de> | 2016-10-10 08:29:05 +0000 |
---|---|---|
committer | Martin Schanzenbach <mschanzenbach@posteo.de> | 2016-10-10 08:29:05 +0000 |
commit | 474111bf7923be9458ee84c6dcc577261aa65fea (patch) | |
tree | 3c697038cc6b2ab794f4d09a44f8963dceb8a27f | |
parent | 46eac4f72e37cdd35d5b49a83c084a03e0d4a565 (diff) |
-fix
-rw-r--r-- | src/gns/gnunet-gns-proxy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c index 052b06f1c1..ef9c7bf626 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: |