libcli/security/privileges.c - fix the counting of privileges
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 16 Feb 2011 08:20:11 +0000 (09:20 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 21 Feb 2011 09:43:43 +0000 (10:43 +0100)
commite7659fa802627b472bd514672de76193b4694aa2
tree2fdf20a39dc65860ff38ed02afd803906bcb3ac2
parenta2ded049730074beb05cc1124c24ca848a28c297
libcli/security/privileges.c - fix the counting of privileges

Since the privileges are always counted with a signed integer, there is no
reason to specify the upper limit with a "uint32_t".
libcli/security/privileges.c