aboutsummaryrefslogtreecommitdiff
path: root/rp
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-06-08 00:20:46 +0000
committerRob Austein <sra@hactrn.net>2016-06-08 00:20:46 +0000
commit773e2d868de090f1e98de89f4afd60942084a755 (patch)
tree4cb56cda1c8194b1f07d54733c51fe34104ef1b7 /rp
parente45daca8cd949db2a08d62e141795f68d53c5f05 (diff)
Bugfixes from Andrew Bradford (thanks!).
svn path=/branches/tk705/; revision=6441
Diffstat (limited to 'rp')
-rwxr-xr-xrp/config/rpki-sql-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/rp/config/rpki-sql-setup b/rp/config/rpki-sql-setup
index 1a133e0b..9c88449f 100755
--- a/rp/config/rpki-sql-setup
+++ b/rp/config/rpki-sql-setup
@@ -89,7 +89,7 @@ class MySQL_Driver(Abstract_Driver):
self.execute("SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = '{0.database}'".format(udb))
return bool(self.fetchone()[0])
- def execute(*args):
+ def execute(self, *args):
try:
self._cur
except AttributeError: