Fix bug Bug 8422 - Infinite loop in ACL module code.
authorJeremy Allison <jra@samba.org>
Mon, 29 Aug 2011 23:46:15 +0000 (16:46 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 29 Aug 2011 23:46:15 +0000 (16:46 -0700)
commit218cccfdf1820a9840a5cbc7df3915b6b58a762d
treee0fde941872859aa42c4c93a3d1421531827635b
parentf7f6992a20dd29bd7643291e3b3d05bc8f6c9c76
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