]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
reload blacklisted list at start of request handling
authorKacper Kornet <draenog@pld-linux.org>
Mon, 24 Jun 2013 00:05:58 +0000 (01:05 +0100)
committerKacper Kornet <draenog@pld-linux.org>
Mon, 24 Jun 2013 00:22:43 +0000 (01:22 +0100)
PLD_Builder/request_handler.py

index a026865a97d2d63c952d388a777e54f2aafebf7b..fc37e74d7c158019f9131e668385e85a353a93b5 100644 (file)
@@ -213,6 +213,7 @@ def handle_request(req, filename = None):
 
 def handle_request_main(req, filename = None):
     acl.try_reload()
+    blacklist.try_reload()
     init_conf("src")
     status.push("handling email request")
     ret = handle_request(req, filename = filename)
This page took 0.156746 seconds and 4 git commands to generate.