Additional fix from the previous refactoring
authorPlamen Dimitrov <plamen.dimitrov@intra2net.com>
Wed, 11 Jul 2012 10:48:21 +0000 (12:48 +0200)
committerPlamen Dimitrov <plamen.dimitrov@intra2net.com>
Wed, 11 Jul 2012 10:48:21 +0000 (12:48 +0200)
src/file_iterator.py

index 7cfc42c..edf6be7 100644 (file)
@@ -86,7 +86,7 @@ class FileIterator:
                         aclstr = acldata[2]
                         acls[acldata[0]] = acldata[1]
 
-                    self.acl_mailboxes[key] = acls
+                    self.file_acls[key] = acls
         except IOError:
             logging.warning("Could not open mboxlist file %s", mboxlistfile)