diff options
-rwxr-xr-x | ca/rpki-sql-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ca/rpki-sql-setup b/ca/rpki-sql-setup index 8044b4af..233b2a32 100755 --- a/ca/rpki-sql-setup +++ b/ca/rpki-sql-setup @@ -143,7 +143,7 @@ class PostgreSQL_Driver(Abstract_Driver): else: self._pw = None - def _execute(*sql_commands): + def _execute(self, *sql_commands): pid = None if self._pw is None else os.fork() if pid == 0: os.setgid(pw.pw_gid) |