mirror of
https://github.com/sailfishos/ofono
synced 2025-11-28 05:21:05 +08:00
ril: remove unecessary sleep from ril plugin
This commit is contained in:
@@ -145,7 +145,6 @@ static void ril_radio_state_changed(struct ril_msg *message, gpointer user_data)
|
||||
if (rd->ofono_online) {
|
||||
ofono_error("%s: radio self-powered off!",
|
||||
__func__);
|
||||
sleep(5);
|
||||
exit(1);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user