]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix BalancerInherit command processing from r1388029
authorJeff Trawick <trawick@apache.org>
Fri, 21 Sep 2012 11:53:01 +0000 (11:53 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 21 Sep 2012 11:53:01 +0000 (11:53 +0000)
(still not tested)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388444 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.c

index 3ac3e3c4a1754448c755c3de6a89a1d442fb592c..020eceefc98d1b1c7586e3339357762370386f56 100644 (file)
@@ -2286,8 +2286,8 @@ static const command_rec proxy_cmds[] =
      "Number of additional Balancers that can be added post-config"),
     AP_INIT_FLAG("BalancerPersist", set_persist, NULL, RSRC_CONF,
      "on if the balancer should persist changes on reboot/restart made via the Balancer Manager"),
-    AP_INIT_FLAG("BalancerInherit", set_persist, NULL, RSRC_CONF,
-     "on if this server should inherit Balancers defined in the main server "
+    AP_INIT_FLAG("BalancerInherit", set_inherit, NULL, RSRC_CONF,
+     "on if this server should inherit balancers defined in the main server "
      "(Not recommended if using the Balancer Manager)"),
     AP_INIT_TAKE1("ProxyStatus", set_status_opt, NULL, RSRC_CONF,
      "Configure Status: proxy status to one of: on | off | full"),