From f45672d80bf2fec4ccb7363de1da6adb9e3f4421 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 6 Oct 2014 20:15:24 +0200 Subject: make procd wait for ubus to come up Signed-off-by: John Crispin --- ubus.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ubus.c') diff --git a/ubus.c b/ubus.c index bb3908e..211a1ec 100644 --- a/ubus.c +++ b/ubus.c @@ -57,6 +57,7 @@ ubus_connect_cb(struct uloop_timeout *timeout) DEBUG(2, "Connected to ubus, id=%08x\n", ctx->local_id); ubus_add_uloop(ctx); + procd_state_ubus_connect(); } void -- cgit v1.2.3