forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit37d2644
committed
Fix variable assignment thinko in hba.c
The intention behind1b73d0b was to limit the use of TokenizedAuthLine,but I have fat-fingered one location in parse_hba_line() when creatingthe HbaLine, where this should use the local variable and not the valuecoming from TokenizedAuthLine. This logic is the exactly the same, butlet's be clean about all that on consistency grounds.Reported-by: Julien RouhaudDiscussion:https://postgr.es/m/20221026032730.k3sib5krgm7l6njk@jrouhaud1 parent1b73d0b commit37d2644
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1079 | 1079 |
| |
1080 | 1080 |
| |
1081 | 1081 |
| |
1082 |
| - | |
| 1082 | + | |
1083 | 1083 |
| |
1084 | 1084 |
| |
1085 | 1085 |
| |
|
0 commit comments
Comments
(0)