Commit 2c169ab6 authored by jan.koester's avatar jan.koester
Browse files

test

parent f124c266
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -80,12 +80,7 @@ namespace blogi {
                cssql=sqlptr;

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

                if(!prep)