mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix typo in hba.c
Spotted while reading through the git history.
This commit is contained in:
parent
341f4e002d
commit
02ac05b4c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue