Fix bug Bug 8422 - Infinite loop in ACL module code.
commit4db250449dda30e3ffa05c8918e0cf39cbacc5d8
authorJeremy Allison <jra@samba.org>
Mon, 29 Aug 2011 23:53:04 +0000 (29 16:53 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 30 Aug 2011 18:55:23 +0000 (30 20:55 +0200)
tree2f881f435c87bba6e3b8c5187e147e681f71f6c7
parent0b1ce3f177b75e146fdae0b5531c54dedffada1d
Fix bug Bug 8422 - Infinite loop in ACL module code.

Missing assignment means this loop will never terminate. Need to be applied
to 3.5.x and 3.6.1.
source3/modules/vfs_acl_common.c