Hi Tony,
On 11/17/2015 07:48 PM, Tony Espy wrote:
---
plugins/ril.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/plugins/ril.c b/plugins/ril.c
index 8ccf01a..7820be4 100644
--- a/plugins/ril.c
+++ b/plugins/ril.c
@@ -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);
Are we removing the exit as well soon?
}
break;
Applied, thanks.
Regards,
-Denis