Diff between a7ba7ae31a3f21cfb7f46c8439fcc10ed8ced41c and f31407553164219fd6e8bcb23f9779de0316b857
Changed Files
| File | Additions | Deletions | Status |
| mesh/node.c | +1 | -1 | modified |
Full Patch
diff --git a/mesh/node.c b/mesh/node.c
index 2575f4d..3154d6b 100644
--- a/mesh/node.c
+++ b/mesh/node.c
@@ -2280,7 +2280,7 @@ static void setup_node_interface(struct l_dbus_interface *iface)
l_dbus_interface_property(iface, "Features", 0, "a{sv}", features_getter,
NULL);
l_dbus_interface_property(iface, "Beacon", 0, "b", beacon_getter, NULL);
- l_dbus_interface_property(iface, "BeaconFlags", 0, "b",
+ l_dbus_interface_property(iface, "BeaconFlags", 0, "y",
beaconflags_getter, NULL);
l_dbus_interface_property(iface, "IvIndex", 0, "u", ivindex_getter,
NULL);