1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Merge branch 'master' of git://git.samba.org/samba

This commit is contained in:
Jelmer Vernooij 2008-10-23 23:21:16 +02:00
commit 25988f1369

View File

@ -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);