Skip to content
Snippets Groups Projects
Commit bf90562a authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Revert unfortunate whitespace change

In e5e2fc84, 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.
parent 27874583
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment