diff --git a/modules/slotmem/mod_slotmem_shm.c b/modules/slotmem/mod_slotmem_shm.c index 92095d1172..8d6bc48fe8 100644 --- a/modules/slotmem/mod_slotmem_shm.c +++ b/modules/slotmem/mod_slotmem_shm.c @@ -586,7 +586,6 @@ static apr_status_t slotmem_attach(ap_slotmem_instance_t **new, apr_shm_t *shm; apr_status_t rv; - *new = NULL; ap_mpm_query(AP_MPMQ_GENERATION, &generation); if (!slotmem_filenames(pool, name, &fname, NULL)) {