summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2011-02-14 20:22:27 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2011-02-14 20:22:27 +0000
commit1acfdd7f1a08bca0d0341df6c65876501c0195f0 (patch)
treebab676089727cff540ea4f6dbdef4e6f9eb6dea2 /lib
parentb1100be149dd874ecbd578bd786bf6aa79f0f018 (diff)
security_db.refresh(): re-add temporary views
These are gone because we're closing the database. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@16150 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib')
-rw-r--r--lib/python/security_db.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/security_db.py b/lib/python/security_db.py
index ef290c40c3..048595cbf9 100644
--- a/lib/python/security_db.py
+++ b/lib/python/security_db.py
@@ -157,6 +157,7 @@ class DB:
self.__stat = current
self.db = apsw.Connection(self.name)
self._initFunctions()
+ self._initViews()
def cursor(self):
"""Creates a new database cursor.

© 2014-2024 Faster IT GmbH | imprint | privacy policy