ril: remove unecessary sleep from ril plugin

This commit is contained in:
Tony Espy
2015-11-17 20:48:00 -05:00
committed by Slava Monich
parent 8f4101d57e
commit 1c3fc7dedc

View File

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