mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 07:26:57 +03:00
call ssl_mutex_kill() during module cleanup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92788 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -991,9 +991,8 @@ apr_status_t ssl_init_ModuleKill(void *data)
|
||||
* Drop the session cache and mutex
|
||||
*/
|
||||
ssl_scache_kill(s);
|
||||
#if 0 /* XXX */
|
||||
|
||||
ssl_mutex_kill(s);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Destroy the temporary keys and params
|
||||
|
Reference in New Issue
Block a user