mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Fix lmdb compilation issue
This commit is contained in:
parent
6f47462110
commit
36ab4b952f
@ -167,7 +167,7 @@ std::unique_ptr<std::string> LMDB::resolveFirst(const std::string& var) {
|
||||
MDB_val mdb_key;
|
||||
MDB_val mdb_value;
|
||||
MDB_val mdb_value_ret;
|
||||
std::string *ret = NULL;
|
||||
std::unique_ptr<std::string> ret = NULL;
|
||||
MDB_txn *txn = NULL;
|
||||
MDB_dbi dbi;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user