diff options
author | Jim Jagielski <jim@apache.org> | 2011-01-07 15:17:54 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2011-01-07 15:17:54 +0100 |
commit | b711b5192ee0515c5ceea7c35eb75b2e191aa084 (patch) | |
tree | ce80163bc7f7881f2b79c2f55729c17580152986 /modules/slotmem/mod_slotmem_shm.c | |
parent | Use consistant naming and be sure to pad (diff) | |
download | apache2-b711b5192ee0515c5ceea7c35eb75b2e191aa084.tar.xz apache2-b711b5192ee0515c5ceea7c35eb75b2e191aa084.zip |
whitespace
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1056331 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/slotmem/mod_slotmem_shm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/slotmem/mod_slotmem_shm.c b/modules/slotmem/mod_slotmem_shm.c index 0ca72b1d94..8c12142bf6 100644 --- a/modules/slotmem/mod_slotmem_shm.c +++ b/modules/slotmem/mod_slotmem_shm.c @@ -386,7 +386,7 @@ static apr_status_t slotmem_attach(ap_slotmem_instance_t **new, apr_shm_t *shm; apr_size_t descsize = PADME(sizeof(sharedslotdesc_t)); apr_status_t rv; - + if (gpool == NULL) { return APR_ENOSHMAVAIL; } |