aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index 8dc4c7a42..ac37274c6 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -1055,6 +1055,9 @@ send_try_connect (void *cls, size_t size, void *buf)
1055 tch->cb (tch->cb_cls, GNUNET_SYSERR); 1055 tch->cb (tch->cb_cls, GNUNET_SYSERR);
1056 GNUNET_CONTAINER_DLL_remove (tch->th->tc_head, tch->th->tc_tail, tch); 1056 GNUNET_CONTAINER_DLL_remove (tch->th->tc_head, tch->th->tc_tail, tch);
1057 GNUNET_free (tch); 1057 GNUNET_free (tch);
1058 LOG (GNUNET_ERROR_TYPE_DEBUG,
1059 "Discarding `%s' request to `%4s' due to error in transport service connection.\n", "REQUEST_CONNECT",
1060 GNUNET_i2s (&tch->pid));
1058 return 0; 1061 return 0;
1059 } 1062 }
1060 LOG (GNUNET_ERROR_TYPE_DEBUG, 1063 LOG (GNUNET_ERROR_TYPE_DEBUG,