aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-31 22:08:01 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-31 22:08:01 +0000
commit9e285a423b246b9fc5c3394bef947d130f44888a (patch)
tree337fafc240d0607b9f798e3611728718551a955d /src/transport/transport_api.c
parent5cd32557ec0517ead0afe2c71d1e0a14b0027dd6 (diff)
downloadgnunet-9e285a423b246b9fc5c3394bef947d130f44888a.tar.gz
gnunet-9e285a423b246b9fc5c3394bef947d130f44888a.zip
away
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index 8007c6d8e..2cd563178 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -588,10 +588,6 @@ transport_notify_ready (void *cls, size_t size, void *buf)
588 mret = th->notify (th->notify_cls, 588 mret = th->notify (th->notify_cls,
589 size - sizeof (struct OutboundMessage), 589 size - sizeof (struct OutboundMessage),
590 &cbuf[ret + sizeof (struct OutboundMessage)]); 590 &cbuf[ret + sizeof (struct OutboundMessage)]);
591 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
592 "Added %u bytes of data message at %u\n",
593 mret,
594 ret);
595 GNUNET_assert (mret <= size - sizeof (struct OutboundMessage)); 591 GNUNET_assert (mret <= size - sizeof (struct OutboundMessage));
596#if DEBUG_TRANSPORT 592#if DEBUG_TRANSPORT
597 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 593 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,