fix segfault during shutdown

This commit is contained in:
2020-06-11 12:43:07 +02:00
parent 3d34dbbbf3
commit 3c40776542

View File

@@ -263,7 +263,6 @@ def main():
except Milter.milter.error as e:
logger.error(e)
rc = 255
logger.info("pymodmilter terminated")
sys.exit(rc)