s3: smbd: cleanup. Change 'int referral_count' -> 'size_t referral_count' in struct...
authorJeremy Allison <jra@samba.org>
Fri, 13 Dec 2019 17:52:31 +0000 (09:52 -0800)
committerRalph Boehme <slow@samba.org>
Mon, 16 Dec 2019 14:05:33 +0000 (14:05 +0000)
commitcc1ec0a9f135ec32c05ae04d0b3bd47fdef5d47d
tree59a154ac3f5d6cc768f5905a80fccbad9f39758f
parent2048ff3adc4dbff659dfb5d747f0cb93baad06ee
s3: smbd: cleanup. Change 'int referral_count' -> 'size_t referral_count' in struct junction_map.

This is a non-negative count. Fix remaing code to not mix int and size_t.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/include/msdfs.h
source3/modules/vfs_default.c
source3/rpc_server/dfs/srv_dfs_nt.c
source3/smbd/msdfs.c