mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
tdb: Align integer types
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
ade339c8c3
commit
75e79ca548
@ -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) {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user