1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Fix function parameters.

This commit is contained in:
Jelmer Vernooij 2008-10-23 22:10:08 +02:00
parent f18296151d
commit 8baf169549

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