mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
client: Handle failed retrieval of the objects
This commit is contained in:
parent
48966f57e8
commit
1ef601dcf8
@ -452,7 +452,9 @@ static void get_managed_objects_callback(struct l_dbus_message *message,
|
|||||||
const char *path;
|
const char *path;
|
||||||
|
|
||||||
if (dbus_message_has_error(message)) {
|
if (dbus_message_has_error(message)) {
|
||||||
l_error("Failed to retrieve IWD dbus objects");
|
l_error("Failed to retrieve IWD dbus objects, quitting...\n");
|
||||||
|
|
||||||
|
l_main_quit();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user