From 3c9ad421fb03c70f49ec60666fce592e122d5616 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 13 Feb 2009 11:37:15 +0100 Subject: s4:libcli/ldap: use const char * const *attributes as in all other places metze --- source4/libcli/ldap/ldap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/ldap/ldap.h') diff --git a/source4/libcli/ldap/ldap.h b/source4/libcli/ldap/ldap.h index abb4617c48..3d99d6f47d 100644 --- a/source4/libcli/ldap/ldap.h +++ b/source4/libcli/ldap/ldap.h @@ -106,7 +106,7 @@ struct ldap_SearchRequest { bool attributesonly; struct ldb_parse_tree *tree; int num_attributes; - const char **attributes; + const char * const *attributes; }; struct ldap_SearchResEntry { -- cgit