aboutsummaryrefslogtreecommitdiff
path: root/rpki/pubd.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-10-06 00:19:18 +0000
committerRob Austein <sra@hactrn.net>2015-10-06 00:19:18 +0000
commit7a1323fafdd9067a61146c103d5e040eea61b867 (patch)
tree63b67edd53298d81e65aa90e2128c25bb9532076 /rpki/pubd.py
parent3ce032bf92f786212bd3582be24dc0e9644071e9 (diff)
Cleanup getting this old development branch running again with Django
1.6...which is old, and needs to be upgraded (current is 1.9 or thereabouts), but that particular yak can wait its turn for a shave. svn path=/branches/tk705/; revision=6092
Diffstat (limited to 'rpki/pubd.py')
-rw-r--r--rpki/pubd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpki/pubd.py b/rpki/pubd.py
index 3bb139cb..9de2fd46 100644
--- a/rpki/pubd.py
+++ b/rpki/pubd.py
@@ -145,6 +145,7 @@ class main(object):
type = "reply", version = rpki.publication_control.version)
try:
+ q_pdu = None
with transaction.atomic(using = "pubdb"):
for q_pdu in q_msg: