summaryrefslogtreecommitdiff
path: root/mesh/mesh.c
diff options
context:
space:
mode:
authorMichaƂ Lowas-Rzechonek <michal.lowas-rzechonek@silvair.com>2020-06-15 14:41:08 +0200
committerBrian Gix <brian.gix@intel.com>2020-06-16 10:39:22 -0700
commit4527a8ad82544b369da0e7b0ad7e828df019475a (patch)
treed7129e2c66d098644994968bba56e05ccdfed7bf /mesh/mesh.c
parentd4989cb19d91e208cb152f3ae9aea2cb1158905d (diff)
downloadbluez-4527a8ad82544b369da0e7b0ad7e828df019475a.tar.gz
mesh: Rename IVUpdate import flag to IvUpdate
Name change for consistency with "IvIndex" property.
Diffstat (limited to 'mesh/mesh.c')
-rw-r--r--mesh/mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh/mesh.c b/mesh/mesh.c
index c8767ee7a..ab2393deb 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;