VirtualMailManager/Config.py
branchv0.6.x
changeset 171 6f8ac86d1611
parent 168 fd496561acc6
child 173 c0e2c7687dd3
--- a/VirtualMailManager/Config.py	Mon Jan 18 18:34:48 2010 +0000
+++ b/VirtualMailManager/Config.py	Fri Jan 22 04:00:48 2010 +0000
@@ -154,6 +154,7 @@
         for s in self.__VMMsections:
             if not self.has_section(s):
                 self.__missing[s] = [True]
+                errors = True
             elif not self.__chkOptions(s):
                 errors = True
         return not errors