r21141: Attempt to fix the build
authorVolker Lendecke <vlendec@samba.org>
Mon, 5 Feb 2007 13:42:54 +0000 (13:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:44:33 +0000 (14:44 -0500)
(This used to be commit 3f41a4b014a47b3c751066f5d1bef7f76f4be831)

source4/libnet/libnet_join.c

index a40c8607bf037e8529e2053ecb6113ea2c7f68e7..f47ea410aebfd1a64875e78079209ed441dbf06c 100644 (file)
@@ -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);