Fix typo in prev commit

This commit is contained in:
Howard Chu 2009-08-17 02:22:28 +00:00
parent 81a8d7b8c9
commit 7ad21d7dfd

View File

@ -2806,7 +2806,7 @@ static ConfigOCs pcocs[] = {
"NAME 'olcPcacheConfig' "
"DESC 'ProxyCache configuration' "
"SUP olcOverlayConfig "
"MUST ( olcPcache $ olcPcacheAttrset $ olcPcacheSet ) "
"MUST ( olcPcache $ olcPcacheAttrset $ olcPcacheTemplate ) "
"MAY ( olcPcachePosition $ olcPcacheMaxQueries $ olcPcachePersist $ "
"olcPcacheValidate $ olcPcacheOffline ) )",
Cft_Overlay, pccfg, NULL, pc_cfadd },