Diff between d4989cb19d91e208cb152f3ae9aea2cb1158905d and 4527a8ad82544b369da0e7b0ad7e828df019475a

Changed Files

File Additions Deletions Status
doc/mesh-api.txt +1 -1 modified
mesh/mesh.c +1 -1 modified

Full Patch

diff --git a/doc/mesh-api.txt b/doc/mesh-api.txt
index 4bef617..a0dcc6f 100644
--- a/doc/mesh-api.txt
+++ b/doc/mesh-api.txt
@@ -193,7 +193,7 @@ Methods:
 		The flags parameter is a dictionary containing provisioning
 		flags. Supported values are:
 
-			boolean IVUpdate
+			boolean IvUpdate
 
 				When true, indicates that the network is in the
 				middle of IV Index Update procedure.
diff --git a/mesh/mesh.c b/mesh/mesh.c
index c8767ee..ab2393d 100644
--- a/mesh/mesh.c
+++ b/mesh/mesh.c
@@ -816,7 +816,7 @@ static struct l_dbus_message *import_call(struct l_dbus *dbus,
 							"Bad net index");
 
 	while (l_dbus_message_iter_next_entry(&iter_flags, &key, &var)) {
-		if (!strcmp(key, "IVUpdate") &&
+		if (!strcmp(key, "IvUpdate") &&
 			l_dbus_message_iter_get_variant(&var, "b", &ivu))
 			continue;