Revert "; incorrectly replaced by space in cmdline"

This commit is contained in:
Ervin Hegedus
2024-02-07 22:37:16 +01:00
committed by GitHub
parent 0cd8b15c5a
commit d1d7aa945b

View File

@@ -57,6 +57,7 @@ static int msre_fn_cmdline_execute(apr_pool_t *mptmp, unsigned char *input,
/* replace some characters to space (only one) */
case ' ':
case ',':
case ';':
case '\t':
case '\r':
case '\n':