Fix typo in returned string

This commit is contained in:
David Testé 2017-02-15 10:34:42 +01:00 committed by Felipe Zimmerle
parent cc25390dc9
commit 87f6b478fb
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -38,7 +38,7 @@ std::string phase_name(int x) {
return "Request Headers";
break;
case modsecurity::Phases::RequestBodyPhase:
return "Request Headers";
return "Request Body";
break;
case modsecurity::Phases::ResponseHeadersPhase:
return "Response Headers";