diff options
| author | Günther Deschner <gd@samba.org> | 2014-11-14 14:12:26 +0100 |
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2014-11-17 19:53:22 +0100 |
| commit | a62cc2ce447870b4f4ab6ebf9c8d999af054d06f (patch) | |
| tree | 17af40d5a9209790a4699e573842e0a75b48af21 /libcli | |
| parent | ee8ddb8e02f70e9d6050490d96a87e4fd2297a05 (diff) | |
| download | samba-a62cc2ce447870b4f4ab6ebf9c8d999af054d06f.tar.gz samba-a62cc2ce447870b4f4ab6ebf9c8d999af054d06f.tar.xz samba-a62cc2ce447870b4f4ab6ebf9c8d999af054d06f.zip | |
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')
| -rw-r--r-- | libcli/ldap/ldap_message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/ldap/ldap_message.h b/libcli/ldap/ldap_message.h index 4385fe645a..2f64881c05 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; }; |
