Skip to content

Commit 27cc8ed

Browse files
committed
Adjust reference to modsecurity::utils::string::VALID_HEX
- This function (previously a #define) was previously in the global namespace and was moved into modsecurity::utils::string in commit a6d64bf.
1 parent 9403cf6 commit 27cc8ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/operators/pm.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "src/utils/acmp.h"
2323
#include "src/utils/string.h"
2424

25+
using namespace modsecurity::utils::string;
2526

2627
static inline std::string parse_pm_content(const std::string &op_parm) {
2728
auto offset = op_parm.find_first_not_of(" \t");

0 commit comments

Comments
 (0)