aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/gnunet-communicator-udp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/gnunet-communicator-udp.c b/src/transport/gnunet-communicator-udp.c
index 46d9766d0..585b29c2d 100644
--- a/src/transport/gnunet-communicator-udp.c
+++ b/src/transport/gnunet-communicator-udp.c
@@ -2070,6 +2070,7 @@ mq_send_d (struct GNUNET_MQ_Handle *mq,
2070 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 2070 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2071 "No more acks\n"); 2071 "No more acks\n");
2072 } 2072 }
2073 return;
2073 } 2074 }
2074} 2075}
2075 2076