aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-15 18:05:04 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-15 18:05:04 +0000
commit359891cc323330863757654e0936391cad6c9a58 (patch)
treef73bd84ca375a68ee6cb111ed21634cc0c5511c9 /src/transport/plugin_transport_http_server.c
parent4b9097834292f264bddf3fd25ffd1e882b7aab08 (diff)
downloadgnunet-359891cc323330863757654e0936391cad6c9a58.tar.gz
gnunet-359891cc323330863757654e0936391cad6c9a58.zip
spelling
Diffstat (limited to 'src/transport/plugin_transport_http_server.c')
-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