]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: Fix the 32-bit build on FreeBSD
authorVolker Lendecke <vl@samba.org>
Thu, 26 Nov 2020 13:23:24 +0000 (14:23 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 30 Nov 2020 22:24:38 +0000 (22:24 +0000)
commitefb3c7425e1e63f06fbb1523cadae6482ee8edfb
tree26725fd5b4d9c6459a80bad9c02329838a929c86
parentcff22bccf933e1beb46a73f27c77cb73bdb58587
smbd: Fix the 32-bit build on FreeBSD

log->rec_index is not size_t, it's uint64_t

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/notifyd/notifyd.c