mirror of
https://github.com/bjango/istatserverlinux.git
synced 2025-10-22 07:28:08 +00:00
Fixed issue with OpenSSL 1.1+ (#4)
Process monitoring changes for Open/Net/Dragonfly BSD Version bump to 3.02 (104)
This commit is contained in:
@@ -95,7 +95,11 @@ void DatabaseItem::prepare(string sql, sqlite3 *db)
|
||||
|
||||
void DatabaseItem::finalize()
|
||||
{
|
||||
if(_statement == NULL)
|
||||
return;
|
||||
|
||||
sqlite3_finalize(_statement);
|
||||
_statement = NULL;
|
||||
}
|
||||
|
||||
int DatabaseItem::query()
|
||||
|
Reference in New Issue
Block a user