From c17a91ef5853603cc64ab2916cf1c8cc278fc159 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 22 Mar 2012 17:49:27 +0100 Subject: LDAP services: Keep the protocol around --- src/providers/ldap/ldap_id_services.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/ldap/ldap_id_services.c b/src/providers/ldap/ldap_id_services.c index bd7bb562..c1ee28e0 100644 --- a/src/providers/ldap/ldap_id_services.c +++ b/src/providers/ldap/ldap_id_services.c @@ -79,6 +79,7 @@ services_get_send(TALLOC_CTX *mem_ctx, state->sysdb = id_ctx->be->sysdb; state->domain = state->id_ctx->be->domain; state->name = name; + state->protocol = protocol; state->filter_type = filter_type; state->op = sdap_id_op_create(state, state->id_ctx->conn_cache); -- cgit