aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/interfaces/libpq/fe-connect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c
index 87809fd7829..34c9cf11ae8 100644
--- a/src/interfaces/libpq/fe-connect.c
+++ b/src/interfaces/libpq/fe-connect.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $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 $
*
*-------------------------------------------------------------------------
*/
@@ -1375,7 +1375,7 @@ keep_going: /* We will come back to here until there is
conn->inStart = conn->inCursor;
if (SSLok == 'S')
{
- /* Do one-time setup; this creates conn->ssl */
+ /* Set up global SSL state if required */
if (pqsecure_initialize(conn) == -1)
goto error_return;
}