Skip to content

Commit

Permalink
Update shmem/unix/shm.c
Browse files Browse the repository at this point in the history
Co-authored-by: Ruediger Pluem <[email protected]>
  • Loading branch information
notroj and rpluem authored Aug 7, 2024
1 parent ca12f67 commit cd56995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shmem/unix/shm.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ APR_PERMS_SET_IMPLEMENT(shm)
close(fd);
return rv;
}

close(fd);
return APR_SUCCESS;
#elif APR_USE_SHMEM_MMAP_TMP
apr_shm_t *shm = (apr_shm_t *)theshm;
Expand Down

0 comments on commit cd56995

Please sign in to comment.