summaryrefslogtreecommitdiff
path: root/shmem/os2/shm.c
diff options
context:
space:
mode:
Diffstat (limited to 'shmem/os2/shm.c')
-rw-r--r--shmem/os2/shm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shmem/os2/shm.c b/shmem/os2/shm.c
index 9830ba205..0dc05fae2 100644
--- a/shmem/os2/shm.c
+++ b/shmem/os2/shm.c
@@ -107,7 +107,7 @@ APR_DECLARE(apr_status_t) apr_shm_attach(apr_shm_t **m,
int rc;
apr_shm_t *newm = (apr_shm_t *)apr_palloc(pool, sizeof(apr_shm_t));
char *name = NULL;
- ULONG flags = PAG_COMMIT|PAG_READ|PAG_WRITE;
+ ULONG flags = PAG_READ|PAG_WRITE;
newm->pool = pool;
name = apr_pstrcat(pool, "\\SHAREMEM\\", filename, NULL);