Fix bug Bug 8422 - Infinite loop in ACL module code.
authorJeremy Allison <jra@samba.org>
Mon, 29 Aug 2011 23:53:04 +0000 (16:53 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 24 Oct 2011 17:15:40 +0000 (19:15 +0200)
commitb5c3fa15409016d081b9831ad597e26e55a549a3
tree0b987c3e9efc882f70308892a70fa5f31820c0d9
parentd43d24dae9781d38bf6df8a96e63d967f1ca4ef7
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.
(cherry picked from commit 4db250449dda30e3ffa05c8918e0cf39cbacc5d8)
source3/modules/vfs_acl_common.c