mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 10:39:23 +01:00
dbus: update to use InvalidArguments error
This commit is contained in:
parent
2fa27e62b5
commit
206bfbdf3a
@ -86,7 +86,7 @@ struct l_dbus_message *dbus_error_not_available(struct l_dbus_message *msg)
|
|||||||
|
|
||||||
struct l_dbus_message *dbus_error_invalid_args(struct l_dbus_message *msg)
|
struct l_dbus_message *dbus_error_invalid_args(struct l_dbus_message *msg)
|
||||||
{
|
{
|
||||||
return l_dbus_message_new_error(msg, IWD_SERVICE ".InvalidArgs",
|
return l_dbus_message_new_error(msg, IWD_SERVICE ".InvalidArguments",
|
||||||
"Argument type is wrong");
|
"Argument type is wrong");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user