s3:lib: Fix size types in tldap_find_first_star()
authorAndreas Schneider <asn@samba.org>
Wed, 21 Mar 2018 10:24:45 +0000 (11:24 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 21 Mar 2018 19:43:19 +0000 (20:43 +0100)
commitb70bb81a191f57612b877564bcf2bae3ecdd1c24
tree1407880e4b1d4882a1d25ad1978c67db80493f7f
parente64738b606c815dc98f4ea289f6cd260f03a1975
s3:lib: Fix size types in tldap_find_first_star()

This fixes compilation with -Wstrict-overflow=2

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