Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+2-2
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)