Fix typo in hba.c

Spotted while reading through the git history.
pull/109/head
Michael Paquier 3 years ago
parent 341f4e002d
commit 02ac05b4c0
  1. 2
      src/backend/libpq/hba.c

@ -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…
Cancel
Save