gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r33835 - gnunet/src/cadet
Date: Tue, 24 Jun 2014 17:17:34 +0200

Author: bartpolot
Date: 2014-06-24 17:17:34 +0200 (Tue, 24 Jun 2014)
New Revision: 33835

Modified:
   gnunet/src/cadet/cadet_common.c
Log:
- update m2s for non-payload

Modified: gnunet/src/cadet/cadet_common.c
===================================================================
--- gnunet/src/cadet/cadet_common.c     2014-06-24 15:17:32 UTC (rev 33834)
+++ gnunet/src/cadet/cadet_common.c     2014-06-24 15:17:34 UTC (rev 33835)
@@ -110,6 +110,12 @@
   idx = (idx + 1) % 2;
   switch (m)
   {
+    /**
+     * Used to mark the "payload" of a non-payload message.
+     */
+    case 0:
+      return "";
+
       /**
        * Request the creation of a path
        */




reply via email to

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