smbcacls: Make 'numeric' a local variable
authorChristof Schmitt <cs@samba.org>
Fri, 24 Apr 2015 15:31:41 +0000 (08:31 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 24 Apr 2015 22:04:23 +0000 (00:04 +0200)
commitd0c496958192bef7446c760df689f1fecb28cb71
tree7ab9837b4895d4b06ae404f7389274867b9d5469
parent3e5d52776653aa2ae85420fe70aa1df6bc9d70e4
smbcacls: Make 'numeric' a local variable

This will allow moving code to a shared file without relying on a global
variable.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11237

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/utils/smbcacls.c