[SCM] Samba Shared Repository - branch master updated - 8baf1695492300fd8c2ce7e4f106a14f510357e5

Jelmer Vernooij jelmer at samba.org
Thu Oct 23 20:30:45 GMT 2008


The branch, master has been updated
       via  8baf1695492300fd8c2ce7e4f106a14f510357e5 (commit)
      from  f18296151d1d8774b861ef6bd751b48ef9ee2f92 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8baf1695492300fd8c2ce7e4f106a14f510357e5
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Thu Oct 23 22:10:08 2008 +0200

    Fix function parameters.

-----------------------------------------------------------------------

Summary of changes:
 source4/libcli/ldap/ldap_client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/libcli/ldap/ldap_client.c b/source4/libcli/ldap/ldap_client.c
index a593567..7f43e16 100644
--- a/source4/libcli/ldap/ldap_client.c
+++ b/source4/libcli/ldap/ldap_client.c
@@ -401,7 +401,7 @@ static void ldap_connect_got_sock(struct composite_context *ctx,
 	if (conn->ldaps) {
 		struct socket_context *tls_socket;
 		struct socket_context *tmp_socket;
-		char *cafile = private_path(conn->sock, conn->lp_ctx, lp_tls_cafile(conn->lp_ctx));
+		char *cafile = lp_tls_cafile(conn->sock, conn->lp_ctx);
 
 		if (!cafile || !*cafile) {
 			talloc_free(conn->sock);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list