mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-03 11:50:29 +00:00
Merge pull request #1257 in FS/freeswitch from bugfix/FS-10228 to master
* commit 'd3e78c3cad2a445b2d56261116ad5f8fa219ccba': FS-10228: [switch_pgsql] Avoiding double openssl initialization when using core pgsql
This commit is contained in:
commit
4440d6f495
@ -495,7 +495,7 @@ SWITCH_DECLARE(switch_pgsql_status_t) switch_pgsql_handle_connect(switch_pgsql_h
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG1, "Connecting %s\n", handle->dsn);
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG1, "Connecting %s\n", handle->dsn);
|
||||||
|
PQinitSSL(0);
|
||||||
handle->con = PQconnectdb(handle->dsn);
|
handle->con = PQconnectdb(handle->dsn);
|
||||||
if (PQstatus(handle->con) != CONNECTION_OK) {
|
if (PQstatus(handle->con) != CONNECTION_OK) {
|
||||||
char *err_str;
|
char *err_str;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user