summaryrefslogtreecommitdiffstats
path: root/src/afb-supervision.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-supervision.c')
-rw-r--r--src/afb-supervision.c2
1 files changed, 1 insertions, 1 deletions
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;