MODSEC-297

This commit is contained in:
brenosilva
2012-10-08 13:55:11 +00:00
parent 2d519ff85c
commit 5c5107a860
3 changed files with 9 additions and 0 deletions

View File

@@ -586,6 +586,7 @@ static char *msre_action_pause_validate(msre_engine *engine, msre_action *action
static apr_status_t msre_action_pause_init(msre_engine *engine, msre_actionset *actionset,
msre_action *action)
{
actionset->intercept_action = ACTION_PAUSE;
actionset->intercept_pause = action->param;
return 1;
}