Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5e75a5d

Browse files
committed
Fix incorrect comment in SSL code
1 parent3c2313f commit5e75a5d

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
gotoerror_return;
13811381
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp