summaryrefslogtreecommitdiff
path: root/modules/slotmem
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2015-11-23 16:28:36 +0000
committerYann Ylavic <ylavic@apache.org>2015-11-23 16:28:36 +0000
commit3c9ddf44bf789d682ae7768428f4f751da40abbd (patch)
tree13abdfce35d4222e6d16ade749f08c735b72c439 /modules/slotmem
parent15d829531ede89167028a829daabe0b7021b65da (diff)
downloadhttpd-3c9ddf44bf789d682ae7768428f4f751da40abbd.tar.gz
Revert r1715789: will re-commit without spurious functional changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/slotmem')
-rw-r--r--modules/slotmem/mod_slotmem_shm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/slotmem/mod_slotmem_shm.c b/modules/slotmem/mod_slotmem_shm.c
index 27a0732f5e..4f0eeeaeb9 100644
--- a/modules/slotmem/mod_slotmem_shm.c
+++ b/modules/slotmem/mod_slotmem_shm.c
@@ -111,7 +111,7 @@ static int slotmem_filenames(apr_pool_t *pool,
{
const char *fname = NULL, *pname = NULL;
- if (slotname && *slotname && ap_casecmpstr(slotname, "none") != 0) {
+ if (slotname && *slotname && strcasecmp(slotname, "none") != 0) {
if (slotname[0] != '/') {
#if !SLOTMEM_UNLINK_SEMANTIC
/* Each generation needs its own file name. */