smbd: Make loop index type match loop limit
authorVolker Lendecke <vl@samba.org>
Tue, 15 Oct 2013 09:56:21 +0000 (09:56 +0000)
committerMichael Adam <obnox@samba.org>
Tue, 15 Oct 2013 21:43:30 +0000 (23:43 +0200)
commit0f71730d1bd1e60b439a45e56d5e68423706c897
tree40b16d9d487fb6fb28e955a8f38feea1bd58e0be
parent388bf3643d4c0254dbc6e9f77b15a8911405c4e6
smbd: Make loop index type match loop limit

share_mode_data.num_share_modes is a uint32.

48 bytes less in .o text size for -O3 :-)

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/smbd/open.c