mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
mod_ssl: follow up to r1809302.
Make use of AP_MODULE_FLAG_ALWAYS_MERGE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1809303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -838,4 +838,7 @@ module AP_MODULE_DECLARE_DATA ssl_module = {
|
||||
ssl_config_server_merge, /* merge per-server config structures */
|
||||
ssl_config_cmds, /* table of configuration directives */
|
||||
ssl_register_hooks /* register hooks */
|
||||
#if AP_MODULE_HAS_FLAGS
|
||||
,AP_MODULE_FLAG_ALWAYS_MERGE /* flags */
|
||||
#endif
|
||||
};
|
||||
|
Reference in New Issue
Block a user