File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2915,6 +2915,7 @@ static
29152915 void
29162916 local_connection_cache_clear (int do_close )
29172917{
2918+ printf ("Clearing local connection cache\n" );
29182919 struct local_cached_connection * cc ;
29192920 while ((cc = TAILQ_FIRST (& local_connection_cache )) != NULL ) {
29202921 TAILQ_REMOVE (& local_connection_cache , cc , local_cache_lnk );
@@ -5558,6 +5559,7 @@ static int process_ssl_set_command(cdb2_hndl_tp *hndl, const char *cmd)
55585559 if (rc == 0 ) {
55595560 /* clear local connection cache and disable this feature,
55605561 * for it does not support multiple certificates */
5562+ printf ("Going into ssl to disable local connection cache\n" );
55615563 local_connection_cache_clear (1 );
55625564 max_local_connection_cache_entries = 0 ;
55635565
You can’t perform that action at this time.
0 commit comments