]> granicus.if.org Git - apache/commitdiff
Fix error mesage for when a user trys to use memcache, but support is not available.
authorPaul Querna <pquerna@apache.org>
Fri, 8 Jun 2007 16:00:14 +0000 (16:00 +0000)
committerPaul Querna <pquerna@apache.org>
Fri, 8 Jun 2007 16:00:14 +0000 (16:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@545538 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_config.c

index dbd9ef42d54f0d56a18ab0ed3d30f0db56203ccf..1d4907c43c83a8669206d9899cf62e76a7c3932d 100644 (file)
@@ -1044,7 +1044,7 @@ const char *ssl_cmd_SSLSessionCache(cmd_parms *cmd,
                                arg+9, NULL);
         }
 #else
-        return "SSLSessionCache: distcache support disabled";
+        return "SSLSessionCache: memcache support disabled";
 #endif
     }
     else {