summaryrefslogtreecommitdiff
path: root/lib/tdb/common
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-10-04 17:12:25 +0200
committerJeremy Allison <jra@samba.org>2018-10-08 22:17:10 +0200
commit75e79ca54866ae41107607ebe4427a5bad2a499b (patch)
treef556208c06dee8061926742c533fac20d2b3e9f6 /lib/tdb/common
parentade339c8c396dbeff44b24a3d0eb4e59f40ff25d (diff)
downloadsamba-75e79ca54866ae41107607ebe4427a5bad2a499b.tar.gz
tdb: Align integer types
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/tdb/common')
-rw-r--r--lib/tdb/common/freelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/common/freelist.c b/lib/tdb/common/freelist.c
index 86fac2ff078..a19289a399c 100644
--- a/lib/tdb/common/freelist.c
+++ b/lib/tdb/common/freelist.c
@@ -605,7 +605,7 @@ tdb_off_t tdb_allocate(struct tdb_context *tdb, int hash, tdb_len_t length,
struct tdb_record *rec)
{
tdb_off_t ret;
- int i;
+ uint32_t i;
if (tdb->max_dead_records == 0) {
/*