1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

libcli: Align integer types

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Volker Lendecke 2020-01-28 15:39:29 +01:00 committed by Andreas Schneider
parent 21359f4fc6
commit bf531c249d

View File

@ -680,7 +680,7 @@ struct security_ace *security_ace_create(TALLOC_CTX *mem_ctx,
*******************************************************************/
bool security_descriptor_with_ms_nfs(const struct security_descriptor *psd)
{
int i;
uint32_t i;
if (psd->dacl == NULL) {
return false;