Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bf90562

Browse files
committed
Revert unfortunate whitespace change
In e5e2fc8, 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.
1 parent 2787458 commit bf90562

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/backend/libpq/hba.c

+2
Original file line numberDiff line numberDiff line change
@@ -1273,6 +1273,8 @@ parse_hba_line(List *line, int line_num)
12731273
* SSPI authentication can never be enabled on ctLocal connections,
12741274
* because it's only supported on Windows, where ctLocal isn't supported.
12751275
*/
1276+
1277+
12761278
if (parsedline->conntype != ctHostSSL &&
12771279
parsedline->auth_method == uaCert)
12781280
{

0 commit comments

Comments
 (0)