aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/transport/plugin_transport_http_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c
index ae62e49f1..fc0c9f3d4 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -667,7 +667,7 @@ server_access_cb (void *cls, struct MHD_Connection *mhd_connection,
667 return MHD_YES; 667 return MHD_YES;
668 } 668 }
669 669
670 /* Recieving data */ 670 /* Receiving data */
671 if ((*upload_data_size > 0)) 671 if ((*upload_data_size > 0))
672 { 672 {
673#if VERBOSE_SERVER 673#if VERBOSE_SERVER