Applied On Tue, 2019-12-03 at 15:31 +0530, Prathyusha Nelluri wrote: > From: Prathyusha N <prathyusha.n@xxxxxxxxxxx> > > Fix string typo as per mesh-api.txt > --- > mesh/agent.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/mesh/agent.c b/mesh/agent.c > index 5a5570a..9f9399f 100644 > --- a/mesh/agent.c > +++ b/mesh/agent.c > @@ -131,9 +131,9 @@ static void parse_prov_caps(struct mesh_agent_prov_caps *caps, > break; > } > > - if (!strcmp(str, "PublicOOB")) > + if (!strcmp(str, "public-oob")) > caps->pub_type = 1; > - else if (!strcmp(str, "StaticOOB")) > + else if (!strcmp(str, "static-oob")) > caps->static_type = 1; > } >