summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2015-12-21 18:26:46 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2015-12-21 18:26:46 +0100
commitb935f436eac995b139de16cce25843527768483e (patch)
treef6289b0af2bf3765d06e4d72256a21a727aad361
parentaa181a38a00903bcbf94518abfc185d3459feace (diff)
changing the name of the path
Change-Id: I8f2b94d366638612cf32399e379925fed74e2724
-rw-r--r--src/af-usrd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/af-usrd.c b/src/af-usrd.c
index d2df994..0fa67f0 100644
--- a/src/af-usrd.c
+++ b/src/af-usrd.c
@@ -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;