diff options
author | José Bollo <jose.bollo@iot.bzh> | 2015-12-21 18:26:46 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2015-12-21 18:26:46 +0100 |
commit | b935f436eac995b139de16cce25843527768483e (patch) | |
tree | f6289b0af2bf3765d06e4d72256a21a727aad361 /src | |
parent | aa181a38a00903bcbf94518abfc185d3459feace (diff) |
changing the name of the path
Change-Id: I8f2b94d366638612cf32399e379925fed74e2724
Diffstat (limited to 'src')
-rw-r--r-- | src/af-usrd.c | 2 |
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; |