mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Cosmetic changes: applies changes suggested by static analysis
This commit is contained in:
@@ -562,7 +562,7 @@ void LMDB::resolveRegularExpression(const std::string& var,
|
||||
int rc;
|
||||
MDB_stat mst;
|
||||
MDB_cursor *cursor;
|
||||
size_t pos = std::string::npos;
|
||||
size_t pos;
|
||||
|
||||
pos = var.find(":");
|
||||
if (pos == std::string::npos) {
|
||||
|
Reference in New Issue
Block a user