mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Remove extraneous 'void *' cast.
This commit is contained in:
parent
aff6900539
commit
40c5b2004f
@ -27,7 +27,7 @@ void *create_directory_config(apr_pool_t *mp, char *path) {
|
|||||||
if (dcfg == NULL) return NULL;
|
if (dcfg == NULL) return NULL;
|
||||||
|
|
||||||
#ifdef DEBUG_CONF
|
#ifdef DEBUG_CONF
|
||||||
fprintf(stderr, "Created directory config %p path %s\n", (void *)dcfg, path);
|
fprintf(stderr, "Created directory config %p path %s\n", dcfg, path);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
dcfg->mp = mp;
|
dcfg->mp = mp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user