tdb: Align integer types
authorVolker Lendecke <vl@samba.org>
Sat, 3 Nov 2018 09:11:26 +0000 (10:11 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 6 Nov 2018 20:52:32 +0000 (21:52 +0100)
commit8d787f73bbcaff181583eadb9b15dcaf863c032c
tree6a36c1de39c910c7105424556c7c8d63604b84e8
parent608df97d5dbc4e56456b83a28e3b2251a9aa4007
tdb: Align integer types

tdb->max_dead_records is "int", as is the corresponding parameter to
tdb_set_max_dead(). Not that a signed variable makes any sense, but
this is old code and tdb_set_max_dead() is a public API which we
should not change for this.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Nov  6 21:52:32 CET 2018 on sn-devel-144
lib/tdb/common/freelist.c