summaryrefslogtreecommitdiff
path: root/modules/slotmem
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2013-11-08 19:41:34 +0000
committerJim Jagielski <jim@apache.org>2013-11-08 19:41:34 +0000
commit39591a08aaef91b17e85d3be03266303016bd098 (patch)
treefdfe524dd881413b557ab6b7bd7ae0fe7bc2f1b8 /modules/slotmem
parent48c9ad298da7549b775cc8a9cb554592ec96f043 (diff)
downloadhttpd-39591a08aaef91b17e85d3be03266303016bd098.tar.gz
whitespace
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1540163 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/slotmem')
-rw-r--r--modules/slotmem/mod_slotmem_shm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/slotmem/mod_slotmem_shm.c b/modules/slotmem/mod_slotmem_shm.c
index 90f70a74fb..43c1c7fc86 100644
--- a/modules/slotmem/mod_slotmem_shm.c
+++ b/modules/slotmem/mod_slotmem_shm.c
@@ -224,7 +224,6 @@ static apr_status_t restore_slotmem(void *ptr, const char *name, apr_size_t size
char digest[APR_MD5_DIGESTSIZE];
char digest2[APR_MD5_DIGESTSIZE];
-
storename = slotmem_filename(pool, name, 1);
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, ap_server_conf, APLOGNO(02335)