summaryrefslogtreecommitdiff
path: root/shmem/os2
diff options
context:
space:
mode:
authorronald <ronald@13f79535-47bb-0310-9956-ffa450edef68>2000-05-29 09:02:52 +0000
committerronald <ronald@13f79535-47bb-0310-9956-ffa450edef68>2000-05-29 09:02:52 +0000
commit602370d4a03bcb4e3d4b1fa4e712ba392e342551 (patch)
tree766135d91fdcaeaecdd2415889386b033f079137 /shmem/os2
parent43e782f12bfca274304763066aca53211805cd94 (diff)
downloadlibapr-602370d4a03bcb4e3d4b1fa4e712ba392e342551.tar.gz
The name is supposed to be set to NULL when anonymous shared mem is used.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60117 13f79535-47bb-0310-9956-ffa450edef68
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;
}