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)
committerKarolin Seeger <kseeger@samba.org>
Tue, 30 Aug 2011 18:55:59 +0000 (20:55 +0200)
commit225c66ada497449a55d2eed6dfb27cedf3a863c0
tree4e14f9ae2886799d077cb4ff7c7006f86531b737
parent9bf2b3034b4c9523bfac779e518a2a1a6d76ef46
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 218cccfdf1820a9840a5cbc7df3915b6b58a762d)
source3/modules/vfs_acl_common.c