mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 23:40:43 +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[] = {
|
} interfaces_to_ignore[] = {
|
||||||
{ L_DBUS_INTERFACE_OBJECT_MANAGER },
|
{ L_DBUS_INTERFACE_OBJECT_MANAGER },
|
||||||
{ L_DBUS_INTERFACE_INTROSPECTABLE },
|
{ L_DBUS_INTERFACE_INTROSPECTABLE },
|
||||||
|
{ L_DBUS_INTERFACE_PROPERTIES },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user