gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r34898 - gnunet/src/cadet
Date: Fri, 16 Jan 2015 11:20:01 +0100

Author: grothoff
Date: 2015-01-16 11:20:01 +0100 (Fri, 16 Jan 2015)
New Revision: 34898

Modified:
   gnunet/src/cadet/cadet_api.c
Log:
fixing #3610

Modified: gnunet/src/cadet/cadet_api.c
===================================================================
--- gnunet/src/cadet/cadet_api.c        2015-01-16 10:15:42 UTC (rev 34897)
+++ gnunet/src/cadet/cadet_api.c        2015-01-16 10:20:01 UTC (rev 34898)
@@ -1440,6 +1440,8 @@
   th->channel = channel;
   memcpy (&th[1], msg, msize);
   add_to_queue (h, th);
+  if (NULL != h->th)
+    return;
   LOG (GNUNET_ERROR_TYPE_DEBUG, "  calling ntfy tmt rdy for %u bytes\n", 
msize);
   h->th =
       GNUNET_CLIENT_notify_transmit_ready (h->client, msize,




reply via email to

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