s3:lib: Fix size types in ms_fnmatch()
authorAndreas Schneider <asn@samba.org>
Wed, 21 Mar 2018 10:19:44 +0000 (11:19 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 21 Mar 2018 19:43:19 +0000 (20:43 +0100)
commite64738b606c815dc98f4ea289f6cd260f03a1975
treea799258f9e3def0cec3c134e4ae89fbf17091e7c
parent5e62c1cb36d7fe2336d5cc497c5173f40f00be1d
s3:lib: Fix size types in ms_fnmatch()

This fixes compilation with -Wstrict-overflow=2

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/ms_fnmatch.c