mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
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.
This commit is contained in:
parent
2787458362
commit
bf90562aa4
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user