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>
Sat, 11 Sep 2010 08:46:08 +0000 (18:46 +1000)
commit780de03f009d9583541f6bbc6932b0c1b142231b
treee539ea019c56928345016d1f2d0904d8c88721e0
parent66ac968dd50ebe8481995a34bb6651c0e24e928d
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