Skip to content

Commit 5e75a5d

Browse files
committed
Fix incorrect comment in SSL code
1 parent 3c2313f commit 5e75a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/fe-connect.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.365 2008/10/28 12:10:44 mha Exp $
11+
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.366 2008/11/03 14:18:57 mha Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -1375,7 +1375,7 @@ PQconnectPoll(PGconn *conn)
13751375
conn->inStart = conn->inCursor;
13761376
if (SSLok == 'S')
13771377
{
1378-
/* Do one-time setup; this creates conn->ssl */
1378+
/* Set up global SSL state if required */
13791379
if (pqsecure_initialize(conn) == -1)
13801380
goto error_return;
13811381
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy