smbd: Fix a 32-bit problem
authorVolker Lendecke <vl@samba.org>
Mon, 1 May 2017 15:14:26 +0000 (17:14 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 2 May 2017 15:19:26 +0000 (17:19 +0200)
commitb19f3730fc479cbc00ddbae47d170c0e33c599c6
treeca59fe810130d7010dfdee90b7fa553d27da488b
parent09bc5b5374227a555f580c3d7c1d82f15bb818bc
smbd: Fix a 32-bit problem

On 32-bit freebsd11, size_t is 32 bit. %zu does not cover
64 bits.

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