Fix incorrect comment in SSL code
authorMagnus Hagander <magnus@hagander.net>
Mon, 3 Nov 2008 14:18:57 +0000 (14:18 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 3 Nov 2008 14:18:57 +0000 (14:18 +0000)
src/interfaces/libpq/fe-connect.c

index 4c4615703a48ceb40305691b4f848c4ec9b9c486..7f914451991711d8c730a7e2b244c24f6f3a9b3f 100644 (file)
@@ -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;
                                        }