Fix typo in hba.c

Spotted while reading through the git history.
This commit is contained in:
Michael Paquier 2022-11-26 10:14:18 +09:00
parent 341f4e002d
commit 02ac05b4c0
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ tokenize_expand_file(List *tokens,
/*
* There is possible recursion here if the file contains @ or an include
* records.
* record.
*/
tokenize_auth_file(inc_fullname, inc_file, &inc_lines, elevel,
depth);