Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2313f commit 5e75a5dCopy full SHA for 5e75a5d
src/interfaces/libpq/fe-connect.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.365 2008/10/28 12:10:44 mha Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.366 2008/11/03 14:18:57 mha Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -1375,7 +1375,7 @@ PQconnectPoll(PGconn *conn)
1375
conn->inStart = conn->inCursor;
1376
if (SSLok == 'S')
1377
{
1378
- /* Do one-time setup; this creates conn->ssl */
+ /* Set up global SSL state if required */
1379
if (pqsecure_initialize(conn) == -1)
1380
goto error_return;
1381
}
0 commit comments