3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

client: Handle failed retrieval of the objects

This commit is contained in:
Tim Kourt 2017-04-21 11:14:50 -07:00 committed by Denis Kenzior
parent 48966f57e8
commit 1ef601dcf8

View File

@ -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;
} }