$OpenBSD$ index 5e41e17..a3d0b5d 100644 --- toolkit/modules/Sqlite.jsm.orig Fri Feb 20 15:40:39 2015 +++ toolkit/modules/Sqlite.jsm Fri Feb 20 15:40:39 2015 @@ -110,6 +110,7 @@ function openConnection(options) { if (!connection) { log.warn("Could not open connection: " + status); deferred.reject(new Error("Could not open connection: " + status)); + return; } log.info("Connection opened"); try {