aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-05-29 12:32:40 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-05-29 12:32:40 +0000
commita98ed13ba0a28f3517e48a7f78c2ba0310f0c090 (patch)
tree049f6a3690ed043839f7c3ebbaeab000be2d54c0 /src/transport/plugin_transport_http_server.c
parent4e47209f522210ba808e4f873939440e503a9564 (diff)
downloadgnunet-a98ed13ba0a28f3517e48a7f78c2ba0310f0c090.tar.gz
gnunet-a98ed13ba0a28f3517e48a7f78c2ba0310f0c090.zip
- remove msg
Diffstat (limited to 'src/transport/plugin_transport_http_server.c')
-rw-r--r--src/transport/plugin_transport_http_server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c
index b55c47582..39e69860c 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -577,7 +577,6 @@ error:
577 577
578found: 578found:
579 sc = GNUNET_malloc (sizeof (struct ServerConnection)); 579 sc = GNUNET_malloc (sizeof (struct ServerConnection));
580 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Create %p\n", sc);
581 sc->mhd_conn = mhd_connection; 580 sc->mhd_conn = mhd_connection;
582 sc->direction = direction; 581 sc->direction = direction;
583 sc->session = s; 582 sc->session = s;