libcli/security Use ARRAY_SIZE() consistantly.
authorAndrew Bartlett <abartlet@samba.org>
Fri, 27 Aug 2010 00:52:38 +0000 (10:52 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 9 Sep 2010 04:45:59 +0000 (14:45 +1000)
commit652317d0208639cd0c3d715243ab82be885487d5
tree6a22562160a1d8648276c306c90625961e07a51c
parent09b3f92a49b2be4132b8569c195900197783e22f
libcli/security Use ARRAY_SIZE() consistantly.

This avoids the use of SE_END, and has all callers walking the
array using the same termination condition.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
libcli/security/privileges.c