Cosmetics: fix #1381 indentation
This commit is contained in:
Родитель
d1376c5525
Коммит
3de0dfc5fd
|
@ -1975,9 +1975,9 @@ void sec_audit_logger_native(modsec_rec *msr) {
|
|||
|
||||
/* Apache-Handler */
|
||||
#ifdef LOG_NO_HANDLER
|
||||
if (msr->txcfg->debuglog_level >= 9)
|
||||
if (msr->txcfg->debuglog_level >= 9)
|
||||
#endif
|
||||
if (msr->r->handler != NULL) {
|
||||
if (msr->r->handler != NULL) {
|
||||
text = apr_psprintf(msr->mp, "Apache-Handler: %s\n", msr->r->handler);
|
||||
sec_auditlog_write(msr, text, strlen(text));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче