gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36502 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r36502 - gnunet/src/cadet
Date: Tue, 13 Oct 2015 14:52:54 +0200

Author: bartpolot
Date: 2015-10-13 14:52:54 +0200 (Tue, 13 Oct 2015)
New Revision: 36502

Modified:
   gnunet/src/cadet/gnunet-service-cadet_channel.c
Log:
Always force queue local messages when the client was pre-authorized to send. 
Fix #3999.

Modified: gnunet/src/cadet/gnunet-service-cadet_channel.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_channel.c     2015-10-13 12:21:53 UTC 
(rev 36501)
+++ gnunet/src/cadet/gnunet-service-cadet_channel.c     2015-10-13 12:52:54 UTC 
(rev 36502)
@@ -2473,7 +2473,7 @@
         LOG (GNUNET_ERROR_TYPE_DEBUG, "  new chq: %p\n", chq);
         chq->copy->chq = chq;
         chq->tq = GCT_send_prebuilt_message (message, ch->t, NULL,
-                                             NULL != existing_copy,
+                                             GNUNET_YES,
                                              &ch_message_sent, chq);
         /* q itself is stored in copy */
         GNUNET_assert (NULL != chq->tq || GNUNET_NO != ch->destroy);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]