mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Fix retval logic explanation
This commit is contained in:
@@ -3709,8 +3709,8 @@ static const char *cmd_cache_transformations(cmd_parms *cmd, void *_dcfg,
|
|||||||
* \param _dcfg Pointer to directory configuration
|
* \param _dcfg Pointer to directory configuration
|
||||||
* \param p1 Pointer to configuration option
|
* \param p1 Pointer to configuration option
|
||||||
*
|
*
|
||||||
* \retval NULL On failure
|
* \retval NULL On Success
|
||||||
* \retval apr_psprintf On Success
|
* \retval apr_psprintf On error
|
||||||
*/
|
*/
|
||||||
static const char *cmd_parse_xml_into_args(cmd_parms *cmd, void *_dcfg, const char *p1)
|
static const char *cmd_parse_xml_into_args(cmd_parms *cmd, void *_dcfg, const char *p1)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user