svn commit: samba r21141 - in branches/SAMBA_4_0/source/libnet: .

vlendec at samba.org vlendec at samba.org
Mon Feb 5 13:42:55 GMT 2007


Author: vlendec
Date: 2007-02-05 13:42:54 +0000 (Mon, 05 Feb 2007)
New Revision: 21141

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21141

Log:
Attempt to fix the build
Modified:
   branches/SAMBA_4_0/source/libnet/libnet_join.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_join.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_join.c	2007-02-05 03:23:45 UTC (rev 21140)
+++ branches/SAMBA_4_0/source/libnet/libnet_join.c	2007-02-05 13:42:54 UTC (rev 21141)
@@ -1154,7 +1154,7 @@
 		}
 		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);



More information about the samba-cvs mailing list