From a57ba2aa0ba0c7140848b80f035999f02fac0bdc Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 21 Feb 2012 23:24:17 +0100 Subject: Fix namespace problems. --- src/eu/mulk/instadump.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3