summaryrefslogtreecommitdiff
path: root/shmem/os2
diff options
context:
space:
mode:
Diffstat (limited to 'shmem/os2')
-rw-r--r--shmem/os2/shmem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shmem/os2/shmem.c b/shmem/os2/shmem.c
index 364f19415..87536e546 100644
--- a/shmem/os2/shmem.c
+++ b/shmem/os2/shmem.c
@@ -124,6 +124,7 @@ ap_status_t ap_shm_free(struct shmem_t *m, void *entity)
ap_status_t ap_get_shm_name(ap_shmem_t *c, ap_shm_name_t **name)
{
+ *name = NULL;
return APR_ANONYMOUS;
}