From 6d762f3ece54f9e34e4b7b1e7aeffe5957af41e4 Mon Sep 17 00:00:00 2001 From: Jakob Olsson <jakobols@kth.se> Date: Fri, 1 Jun 2018 10:51:31 +0200 Subject: [PATCH] publish all objects for testing purposes --- dongle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dongle.c b/dongle.c index 459c815..88dfe59 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; -- GitLab