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:
parent
893a0e67b2
commit
8080789d77
@ -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 },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user