Diff between 5fc60b2ce7c4370ff8d9bc3d3c3434b212465f40 and 31003c95d8dc91eb0beb916f70064e1b921b71a3
Changed Files
| File | Additions | Deletions | Status |
| tools/mesh-cfgclient.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/mesh-cfgclient.c b/tools/mesh-cfgclient.c
index f58467e..5b018eb 100644
--- a/tools/mesh-cfgclient.c
+++ b/tools/mesh-cfgclient.c
@@ -113,7 +113,7 @@ static struct model_info *cfgcli;
static struct l_queue *devices;
static bool prov_in_progress;
-static const char *caps[2] = {"out-numeric", "in-numeric"};
+static const char *caps[] = {"static-oob", "out-numeric", "in-numeric"};
static bool have_config;