From: Matthias Wachs Date: Tue, 15 Nov 2011 17:19:28 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~15911 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=05a48d75f3bc9e0adcf4964e657b8a79b63763ff;p=oweals%2Fgnunet.git --- diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c index c0153e15a..ae62e49f1 100644 --- a/src/transport/plugin_transport_http_server.c +++ b/src/transport/plugin_transport_http_server.c @@ -642,7 +642,6 @@ server_access_cb (void *cls, struct MHD_Connection *mhd_connection, /* Check if both directions are connected */ if ((sc->session->server_recv == NULL) || (sc->session->server_send == NULL)) { - (*upload_data_size) = 0; return MHD_YES; }