libcli/security/display_sec.c - fix wrong counter type
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 16 Feb 2011 08:12:17 +0000 (09:12 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 21 Feb 2011 09:43:43 +0000 (10:43 +0100)
commit055857a8d46f315014f13a845c9a66a837d86f76
tree73cd4a60c9dac1634b818aea37a0583a114649c3
parente37db96d2ae1ffccaaa79cf4ebb5506386ae45ba
libcli/security/display_sec.c - fix wrong counter type

This strictly needs to be of type "uint32_t" due to
"sec_acl->num_aces" which is of type "uint32_t".
libcli/security/display_sec.c