]> granicus.if.org Git - apache/commitdiff
Fixed c&p error.
authorGuenter Knauf <fuankg@apache.org>
Wed, 1 Feb 2012 02:38:27 +0000 (02:38 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 1 Feb 2012 02:38:27 +0000 (02:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238908 13f79535-47bb-0310-9956-ffa450edef68

build/mkconfNW.awk

index 70258644135ff0e00890f6fc42a621947eb2edd3..a9be017cd0bbfaf03d9d0c1a4db6777d155627f3 100644 (file)
@@ -89,7 +89,7 @@ BEGIN {
     print "#LoadModule vhost_alias_module modules/vhost.nlm"
     if (MODSSL) {
        print "#LoadModule socache_dbm_module modules/socachedbm.nlm"
-       print "#LoadModule socache_shmcb_module modules/socachedbm.nlm"
+       print "#LoadModule socache_shmcb_module modules/socacheshmcb.nlm"
        print "#LoadModule ssl_module modules/mod_ssl.nlm"
     }
     print ""