Fix icwmpd ubus reload
After refactoring, the icwmpd code no longer allocates the UCI context in the ubus thread so when it attempts to reload the config, the UCI calls fail and the reload fails.
Update ubus_utils.c to call init before reloading the config and call exit once reloaded.