We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ecbd68 + 414646a commit fd48a83Copy full SHA for fd48a83
1 file changed
test/unit/unit_test.h
@@ -27,7 +27,7 @@ namespace modsecurity_test {
27
28
class UnitTestResult {
29
public:
30
- int ret;
+ int ret = 0;
31
std::string output;
32
};
33
0 commit comments