summaryrefslogtreecommitdiff
path: root/source4/torture/ntp/ntp_signd.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/ntp/ntp_signd.c')
-rw-r--r--source4/torture/ntp/ntp_signd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/ntp/ntp_signd.c b/source4/torture/ntp/ntp_signd.c
index 9b4b9c3a4e..ca5fb14c6e 100644
--- a/source4/torture/ntp/ntp_signd.c
+++ b/source4/torture/ntp/ntp_signd.c
@@ -154,7 +154,7 @@ static bool test_ntp_signd(struct torture_context *tctx,
unix_address = talloc_asprintf(signd_client,
"%s/socket",
- lp_ntp_signd_socket_directory(tctx->lp_ctx));
+ lpcfg_ntp_signd_socket_directory(tctx->lp_ctx));
rc = tsocket_address_unix_from_path(mem_ctx,
unix_address,
&signd_client->remote_address);