From c2c8650825b8c8625a97f318d50bcb1da6b92405 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 5 Feb 2007 13:42:54 +0000 Subject: r21141: Attempt to fix the build (This used to be commit 3f41a4b014a47b3c751066f5d1bef7f76f4be831) --- source4/libnet/libnet_join.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/libnet/libnet_join.c b/source4/libnet/libnet_join.c index a40c8607bf..f47ea410ae 100644 --- a/source4/libnet/libnet_join.c +++ b/source4/libnet/libnet_join.c @@ -1154,7 +1154,7 @@ static NTSTATUS libnet_Join_primary_domain(struct libnet_context *ctx, } cli_credentials_set_conf(creds); filter = talloc_asprintf(mem_ctx, "dn=%s", ldb_dn_get_linearized(msg->dn)); - status = cli_credentials_set_secrets(creds, NULL, filter); + status = cli_credentials_set_secrets(creds, NULL, NULL, filter); if (!NT_STATUS_IS_OK(status)) { r->out.error_string = talloc_asprintf(mem_ctx, "Failed to read secrets for keytab update for %s", filter); -- cgit