smbd: Fix a signed/unsigned comparison
commit2181221d6f06b3285a57bcf57ef263770ef0ccb0
authorVolker Lendecke <vl@samba.org>
Tue, 30 Jul 2019 04:55:45 +0000 (30 06:55 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 6 Aug 2019 21:49:28 +0000 (6 21:49 +0000)
tree65f51824e29c4a1913372e115bec2b269c978812
parent4c6f12c3239c926a34e6b93fa6d0ec167a62c63d
smbd: Fix a signed/unsigned comparison

In the 2nd for-loop we need a signed int as we are comparing to >=0.

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