aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/plugin_transport_http_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c
index 4a64559dd..c6541ab0e 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -1919,8 +1919,8 @@ server_disconnect_cb (void *cls,
1919 sc); 1919 sc);
1920 if (NULL == sc) 1920 if (NULL == sc)
1921 { 1921 {
1922 GNUNET_break (0); 1922 /* CORS pre-flight request finished */
1923 return; /* never really got setup */ 1923 return;
1924 } 1924 }
1925 1925
1926 if (NULL != sc->session) 1926 if (NULL != sc->session)