From b935f436eac995b139de16cce25843527768483e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Mon, 21 Dec 2015 18:26:46 +0100 Subject: [PATCH] changing the name of the path Change-Id: I8f2b94d366638612cf32399e379925fed74e2724 --- src/af-usrd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.16.6