aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/transport/plugin_transport_http.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index 5dcdea400..69d964c43 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -590,8 +590,6 @@ http_plugin_send (void *cls, const struct GNUNET_PeerIdentity *target,
590 GNUNET_CONTAINER_DLL_remove (plugin->head, plugin->tail, s); 590 GNUNET_CONTAINER_DLL_remove (plugin->head, plugin->tail, s);
591 delete_session (s); 591 delete_session (s);
592 } 592 }
593 if (cont != NULL)
594 cont (cont_cls, target, GNUNET_SYSERR);
595 return GNUNET_SYSERR; 593 return GNUNET_SYSERR;
596 } 594 }
597 } 595 }