projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c2313f
)
Fix incorrect comment in SSL code
author
Magnus Hagander
<magnus@hagander.net>
Mon, 3 Nov 2008 14:18:57 +0000
(14:18 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 3 Nov 2008 14:18:57 +0000
(14:18 +0000)
src/interfaces/libpq/fe-connect.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-connect.c
b/src/interfaces/libpq/fe-connect.c
index 87809fd7829b4db22246d597423bd6607cc18fe4..34c9cf11ae89fb4e3a0035e95431181dc24b9616 100644
(file)
--- 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.36
5 2008/10/28 12:10:44
mha Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.36
6 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;
}