projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2787458
)
Revert unfortunate whitespace change
author
Peter Eisentraut
<
[email protected]
>
Fri, 27 Jan 2012 19:39:38 +0000
(21:39 +0200)
committer
Peter Eisentraut
<
[email protected]
>
Fri, 27 Jan 2012 19:39:38 +0000
(21:39 +0200)
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.
src/backend/libpq/hba.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/libpq/hba.c
b/src/backend/libpq/hba.c
index 971519f9dfdedb98b6ef3a7d5c0d3f0ab2611875..1dadafc7048c119479ec175aeeea9016629a689c 100644
(file)
--- 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)
{