mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Fix typo in hba.c
Spotted while reading through the git history.
This commit is contained in:
parent
341f4e002d
commit
02ac05b4c0
|
|
@ -562,7 +562,7 @@ tokenize_expand_file(List *tokens,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* There is possible recursion here if the file contains @ or an include
|
* There is possible recursion here if the file contains @ or an include
|
||||||
* records.
|
* record.
|
||||||
*/
|
*/
|
||||||
tokenize_auth_file(inc_fullname, inc_file, &inc_lines, elevel,
|
tokenize_auth_file(inc_fullname, inc_file, &inc_lines, elevel,
|
||||||
depth);
|
depth);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user