From: Magnus Hagander Date: Mon, 3 Nov 2008 14:18:57 +0000 (+0000) Subject: Fix incorrect comment in SSL code X-Git-Tag: recoveryinfrav9~436 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9ba4a40eca24eaf02fa8714e75a92715184fe46f;p=users%2Fsimon%2Fpostgres.git Fix incorrect comment in SSL code --- diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c index 4c4615703a..7f91445199 100644 --- 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; }