From: José Bollo Date: Mon, 21 Dec 2015 17:26:46 +0000 (+0100) Subject: changing the name of the path X-Git-Tag: 2.0.2~124 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b935f436eac995b139de16cce25843527768483e;p=src%2Fapp-framework-main.git changing the name of the path Change-Id: I8f2b94d366638612cf32399e379925fed74e2724 --- 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;