3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 14:49:24 +01:00

client: add properties interface into ignorable list

This commit is contained in:
Tim Kourt 2017-05-01 13:52:53 -07:00 committed by Denis Kenzior
parent 893a0e67b2
commit 8080789d77

View File

@ -384,6 +384,7 @@ static bool is_ignorable(const char *interface)
} interfaces_to_ignore[] = {
{ L_DBUS_INTERFACE_OBJECT_MANAGER },
{ L_DBUS_INTERFACE_INTROSPECTABLE },
{ L_DBUS_INTERFACE_PROPERTIES },
{ }
};