libcli/security/security_descriptor.c - fix three wrong counter variables
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 16 Feb 2011 08:22:43 +0000 (09:22 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 21 Feb 2011 09:46:40 +0000 (10:46 +0100)
commitd2b336ae319053dee96476131a3dc0c45b306b5f
tree430b644cc989158a6aaf448d6392e59596d1e62e
parent618c11cc15b0c7b16cd21e9bc10dbe474aa514ff
libcli/security/security_descriptor.c - fix three wrong counter variables

These strictly need to be "uint32_t" since "acl*->num_aces" has been
defined by this type.

This counter patchset has been reviewed by Andrew Bartlett.
libcli/security/security_descriptor.c