lib: Make gencache_pull_timeout look at uint8_t
authorVolker Lendecke <vl@samba.org>
Wed, 22 Jul 2015 14:00:03 +0000 (16:00 +0200)
committerRalph Boehme <slow@samba.org>
Mon, 7 Mar 2016 16:58:16 +0000 (17:58 +0100)
commit6797014d4509b7b243a50e9d2cac88007ec09dc4
tree72c62acfaca5bc5e8d24e5af2347898f92260af9
parent1ff902fc32638315b686be65bdb57db1f65e12d8
lib: Make gencache_pull_timeout look at uint8_t

At this point we're still looking at TDB_DATA. This patch moves the casts to a
more appropriate place.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/gencache.c