Commit d50e348c authored by jan.koester's avatar jan.koester
Browse files

try

parent 7df8de50
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -81,11 +81,7 @@ namespace blogi {

                if(pstate == SQLITE_ERROR) {
                    libhttppp::HTTPException exp;
                    exp[libhttppp::HTTPException::Critical] << sqlite3_errmsg(_dbconn);
                    sqlite3_finalize(prep);
                    delete[] ssql;
                    sqllock.store(false);
                    throw exp;
                    exp[libhttppp::HTTPException::Note] << sqlite3_errmsg(_dbconn);
                }

                if(!prep)