changing the name of the path
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 21 Dec 2015 17:26:46 +0000 (18:26 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 21 Dec 2015 17:26:46 +0000 (18:26 +0100)
Change-Id: I8f2b94d366638612cf32399e379925fed74e2724

src/af-usrd.c

index d2df994..0fa67f0 100644 (file)
@@ -184,7 +184,7 @@ int main(int ac, char **av)
        }
 
        /* init service */
-       jbus = create_jbus(1, "/org/AGL/framework");
+       jbus = create_jbus(1, "/org/AGL/afm-main");
        if (!jbus) {
                ERROR("create_jbus failed");
                return 1;