summaryrefslogtreecommitdiffstats
path: root/src/responder/autofs/autofssrv_dp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/responder/autofs/autofssrv_dp.c')
-rw-r--r--src/responder/autofs/autofssrv_dp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/responder/autofs/autofssrv_dp.c b/src/responder/autofs/autofssrv_dp.c
index 975692aad..041f0629e 100644
--- a/src/responder/autofs/autofssrv_dp.c
+++ b/src/responder/autofs/autofssrv_dp.c
@@ -118,8 +118,8 @@ sss_dp_get_autofs_msg(void *pvt)
msg = dbus_message_new_method_call(NULL,
DP_PATH,
- DP_INTERFACE,
- DP_METHOD_AUTOFSHANDLER);
+ DATA_PROVIDER_IFACE,
+ DATA_PROVIDER_IFACE_AUTOFSHANDLER);
if (msg == NULL) {
DEBUG(SSSDBG_CRIT_FAILURE, "Out of memory?!\n");
return NULL;