summaryrefslogtreecommitdiff
path: root/libcli/ldap
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-11-14 14:12:26 +0100
committerGünther Deschner <gd@samba.org>2014-11-17 19:53:22 +0100
commita62cc2ce447870b4f4ab6ebf9c8d999af054d06f (patch)
tree17af40d5a9209790a4699e573842e0a75b48af21 /libcli/ldap
parentee8ddb8e02f70e9d6050490d96a87e4fd2297a05 (diff)
downloadsamba-a62cc2ce447870b4f4ab6ebf9c8d999af054d06f.tar.gz
samba: pass down size_t instead of int to add_string_to_array().
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Mon Nov 17 19:53:22 CET 2014 on sn-devel-104
Diffstat (limited to 'libcli/ldap')
-rw-r--r--libcli/ldap/ldap_message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/ldap/ldap_message.h b/libcli/ldap/ldap_message.h
index 4385fe645a2..2f64881c053 100644
--- a/libcli/ldap/ldap_message.h
+++ b/libcli/ldap/ldap_message.h
@@ -104,7 +104,7 @@ struct ldap_SearchRequest {
uint32_t sizelimit;
bool attributesonly;
struct ldb_parse_tree *tree;
- int num_attributes;
+ size_t num_attributes;
const char * const *attributes;
};