summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-11-23 08:40:57 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-11-23 20:23:57 +0100
commitbaacc7039408e07efcfbade13750cc9f717b2777 (patch)
tree6630404f094c3cc2d96001b1528f267249bb7019 /source3
parentd629c67dd3c3acaa7329cceff83ad035f696c08a (diff)
downloadsamba-baacc7039408e07efcfbade13750cc9f717b2777.tar.gz
libads: Align integer types
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Nov 23 20:23:57 CET 2018 on sn-devel-144
Diffstat (limited to 'source3')
-rw-r--r--source3/libads/disp_sec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/disp_sec.c b/source3/libads/disp_sec.c
index 96c29078378..8ec4a32bd7e 100644
--- a/source3/libads/disp_sec.c
+++ b/source3/libads/disp_sec.c
@@ -199,7 +199,7 @@ static void ads_disp_acl(struct security_acl *sec_acl, const char *type)
/* display SD */
void ads_disp_sd(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, struct security_descriptor *sd)
{
- int i;
+ uint32_t i;
char *tmp_path = NULL;
if (!sd) {