X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-supervision.c;h=ecdcbf2079f0b098e340b9119c1f35de6323435a;hb=4788fcd7becaef5a665dea0f9c0345401c80f757;hp=6812e00acd6cccf89561d2da747b8e30e6cde77c;hpb=775144f839df8e3d37ec1cf52d0f7d3849ac7d46;p=src%2Fapp-framework-binder.git diff --git a/src/afb-supervision.c b/src/afb-supervision.c index 6812e00a..ecdcbf20 100644 --- a/src/afb-supervision.c +++ b/src/afb-supervision.c @@ -49,7 +49,7 @@ extern struct afb_config *main_config; /* api and apiset name */ -static const char supervision_apiname[] = AFS_SURPERVISION_APINAME; +static const char supervision_apiname[] = AFS_SURPERVISION_APINAME_INTERNAL; /* path of the supervision socket */ static const char supervisor_socket_path[] = AFS_SURPERVISION_SOCKET;