diff --git a/dongle.c b/dongle.c index 459c815a124047f9d7c28af0726ccf989cebd021..88dfe5959a5a5b3592cb0f91b587ccaa74020e46 100644 --- a/dongle.c +++ b/dongle.c @@ -71,7 +71,7 @@ int main(int argc, char **argv) init_ubus(); uloop_timeout_set(&timeout, 0); uloop_timeout_add(&timeout); -/* + rv = expose_apn_object(global_ctx); if (rv < 0) goto fail; @@ -83,7 +83,7 @@ int main(int argc, char **argv) rv = expose_network_object(global_ctx); if (rv < 0) goto fail; -*/ + rv = expose_infrastructure_object(global_ctx); if (rv < 0) goto fail;