aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-01-27 21:39:38 +0200
committerPeter Eisentraut <peter_e@gmx.net>2012-01-27 21:39:38 +0200
commitbf90562aa464e3a9afedde5f0007058f381d00fe (patch)
treea9aa5e817a30becd611434e837a35b79fa37c974 /src
parent27874583627e049a049dc1327deb12a02a7013ab (diff)
downloadpostgresql-bf90562aa464e3a9afedde5f0007058f381d00fe.tar.gz
postgresql-bf90562aa464e3a9afedde5f0007058f381d00fe.zip
Revert unfortunate whitespace change
In e5e2fc842c418432756d8b5825ff107c6c5fc4c3, blank lines were removed after a comment block, which now looks as though the comment refers to the immediately following code, but it actually refers to the preceding code. So put the blank lines back.
Diffstat (limited to 'src')
-rw-r--r--src/backend/libpq/hba.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/libpq/hba.c b/src/backend/libpq/hba.c
index 971519f9dfd..1dadafc7048 100644
--- a/src/backend/libpq/hba.c
+++ b/src/backend/libpq/hba.c
@@ -1273,6 +1273,8 @@ parse_hba_line(List *line, int line_num)
* SSPI authentication can never be enabled on ctLocal connections,
* because it's only supported on Windows, where ctLocal isn't supported.
*/
+
+
if (parsedline->conntype != ctHostSSL &&
parsedline->auth_method == uaCert)
{