aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cadet/gnunet-cadet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cadet/gnunet-cadet.c b/src/cadet/gnunet-cadet.c
index f0537adc6..d9a9b3ba2 100644
--- a/src/cadet/gnunet-cadet.c
+++ b/src/cadet/gnunet-cadet.c
@@ -413,6 +413,7 @@ data_callback (void *cls,
413 uint16_t off; 413 uint16_t off;
414 const char *buf; 414 const char *buf;
415 GNUNET_break (ch == channel); 415 GNUNET_break (ch == channel);
416 GNUNET_CADET_receive_done (channel);
416 417
417 if (GNUNET_YES == echo) 418 if (GNUNET_YES == echo)
418 { 419 {