Diff between 450e25991246f3b46178a2b3be99cd4c8f493902 and c7445d9736947163f0028bae0fd1ae2133bbbdbe

Changed Files

File Additions Deletions Status
mesh/rpl.c +1 -1 modified

Full Patch

diff --git a/mesh/rpl.c b/mesh/rpl.c
index 1213ee6..fb225dd 100644
--- a/mesh/rpl.c
+++ b/mesh/rpl.c
@@ -31,7 +31,7 @@
 #include "mesh/util.h"
 #include "mesh/rpl.h"
 
-const char *rpl_dir = "/rpl";
+static const char *rpl_dir = "/rpl";
 
 bool rpl_put_entry(struct mesh_node *node, uint16_t src, uint32_t iv_index,
 								uint32_t seq)