diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-02-21 23:24:17 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-02-21 23:24:17 +0100 |
commit | a57ba2aa0ba0c7140848b80f035999f02fac0bdc (patch) | |
tree | 993f4a6e9ef7653f12a49d50b692b73c2b6010f5 /src | |
parent | 068b1376463f865c2beade84eb71e1ae590edc42 (diff) |
Fix namespace problems.
Diffstat (limited to 'src')
-rw-r--r-- | src/eu/mulk/instadump.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eu/mulk/instadump.clj b/src/eu/mulk/instadump.clj index 5ad56ce..fffc29e 100644 --- a/src/eu/mulk/instadump.clj +++ b/src/eu/mulk/instadump.clj @@ -30,7 +30,7 @@ result) (finally (.abort *txn*))))) -(defn- call-with-db [thunk] +(defn call-with-db [thunk] (let [dbconfig (doto (DatabaseConfig.) (.setTransactional true) (.setAllowCreate true) |