mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Update stale comments, and fix comment typos.
This commit is contained in:
@ -736,7 +736,7 @@ static void
|
||||
destroy_ssl_system(void)
|
||||
{
|
||||
#if defined(ENABLE_THREAD_SAFETY) && defined(HAVE_CRYPTO_LOCK)
|
||||
/* Mutex is created in initialize_ssl_system() */
|
||||
/* Mutex is created in pgtls_init() */
|
||||
if (pthread_mutex_lock(&ssl_config_mutex))
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user