utils-jbus: improved tokenizing and creation
[src/app-framework-main.git] / src / afm-system-daemon.c
index 9cb9433..1152281 100644 (file)
@@ -217,7 +217,7 @@ int main(int ac, char **av)
        }
 
        /* init service */
-       jbus = create_jbus(0, AFM_SYSTEM_DBUS_PATH);
+       jbus = create_jbus_system(AFM_SYSTEM_DBUS_PATH);
        if (!jbus) {
                ERROR("create_jbus failed");
                return 1;