mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +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;
|
||||
|
||||
#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
|
||||
|
||||
dcfg->mp = mp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user