aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cadet/cadet_common.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cadet/cadet_common.c b/src/cadet/cadet_common.c
index b1d0501b2..eb6d2c283 100644
--- a/src/cadet/cadet_common.c
+++ b/src/cadet/cadet_common.c
@@ -110,6 +110,12 @@ GC_m2s (uint16_t m)
110 idx = (idx + 1) % 2; 110 idx = (idx + 1) % 2;
111 switch (m) 111 switch (m)
112 { 112 {
113 /**
114 * Used to mark the "payload" of a non-payload message.
115 */
116 case 0:
117 return "";
118
113 /** 119 /**
114 * Request the creation of a path 120 * Request the creation of a path
115 */ 121 */