Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit67908f4

Browse files
author
Felipe Zimmerle
committed
Cosmetics:fixowasp-modsecurity#1380 indentation
1 parentd243818 commit67908f4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎apache2/persist_dbm.c‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,12 @@ static apr_table_t *collection_retrieve_ex(apr_sdbm_t *existing_dbm, modsec_rec
218218
rc=apr_sdbm_delete(dbm,key);
219219
if (rc!=APR_SUCCESS) {
220220
#ifdefLOG_NO_COLL_DELET_PB
221-
if (msr->txcfg->debuglog_level >=9)
221+
if (msr->txcfg->debuglog_level >=9)
222222
#endif
223-
msr_log(msr,1,"collection_retrieve_ex: Failed deleting collection (name \"%s\", "
224-
"key \"%s\"): %s",log_escape(msr->mp,col_name),
225-
log_escape_ex(msr->mp,col_key,col_key_len),get_apr_error(msr->mp,rc));
226-
msr->msc_sdbm_delete_error=1;
223+
msr_log(msr,1,"collection_retrieve_ex: Failed deleting collection (name \"%s\", "
224+
"key \"%s\"): %s",log_escape(msr->mp,col_name),
225+
log_escape_ex(msr->mp,col_key,col_key_len),get_apr_error(msr->mp,rc));
226+
msr->msc_sdbm_delete_error=1;
227227
gotocleanup;
228228
}
229229

@@ -682,12 +682,12 @@ int collections_remove_stale(modsec_rec *msr, const char *col_name) {
682682
rc=apr_sdbm_delete(dbm,key);
683683
if (rc!=APR_SUCCESS) {
684684
#ifdefLOG_NO_COLL_DELET_PB
685-
if (msr->txcfg->debuglog_level >=9)
685+
if (msr->txcfg->debuglog_level >=9)
686686
#endif
687-
msr_log(msr,1,"collections_remove_stale: Failed deleting collection (name \"%s\", "
687+
msr_log(msr,1,"collections_remove_stale: Failed deleting collection (name \"%s\", "
688688
"key \"%s\"): %s",log_escape(msr->mp,col_name),
689689
log_escape_ex(msr->mp,key.dptr,key.dsize-1),get_apr_error(msr->mp,rc));
690-
msr->msc_sdbm_delete_error=1;
690+
msr->msc_sdbm_delete_error=1;
691691
gotoerror;
692692
}
693693

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp