projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e5ef2f
)
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 4c4615703a48ceb40305691b4f848c4ec9b9c486..7f914451991711d8c730a7e2b244c24f6f3a9b3f 100644
(file)
--- a/
src/interfaces/libpq/fe-connect.c
+++ b/
src/interfaces/libpq/fe-connect.c
@@
-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;
}