aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_peer.c')
-rw-r--r--src/cadet/gnunet-service-cadet_peer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet_peer.c b/src/cadet/gnunet-service-cadet_peer.c
index c1e2d3224..b2ad1124c 100644
--- a/src/cadet/gnunet-service-cadet_peer.c
+++ b/src/cadet/gnunet-service-cadet_peer.c
@@ -76,7 +76,7 @@ struct CadetPeerQueue {
76 * Task to asynchronously run the drop continuation. 76 * Task to asynchronously run the drop continuation.
77 */ 77 */
78 struct GNUNET_SCHEDULER_Task *drop_task; 78 struct GNUNET_SCHEDULER_Task *drop_task;
79 79
80 /** 80 /**
81 * Time when message was queued for sending. 81 * Time when message was queued for sending.
82 */ 82 */
@@ -1145,7 +1145,7 @@ static void
1145drop_cb (void *cls) 1145drop_cb (void *cls)
1146{ 1146{
1147 struct CadetPeerQueue *q = cls; 1147 struct CadetPeerQueue *q = cls;
1148 1148
1149 GNUNET_MQ_discard (q->env); 1149 GNUNET_MQ_discard (q->env);
1150 call_peer_cont (q, GNUNET_YES); 1150 call_peer_cont (q, GNUNET_YES);
1151 GNUNET_free (q); 1151 GNUNET_free (q);