diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-12-06 03:49:19 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-12-06 03:49:19 +0000 |
commit | 3bf160131da66b248ec7ddc51ac4f91d954df07f (patch) | |
tree | e6b98a6f228ba845649b7e0a41b4130e5d085f55 /src | |
parent | 8fc86dd593b9e9a2b24779e263ad33c37e15c9f9 (diff) | |
download | postgresql-3bf160131da66b248ec7ddc51ac4f91d954df07f.tar.gz postgresql-3bf160131da66b248ec7ddc51ac4f91d954df07f.zip |
Updated IPv6 patch to fix netmask.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/libpq/pg_hba.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample index 4ff29977c62..1116debbc1a 100644 --- a/src/backend/libpq/pg_hba.conf.sample +++ b/src/backend/libpq/pg_hba.conf.sample @@ -46,4 +46,4 @@ local all all trust host all all 127.0.0.1 255.255.255.255 trust -host all all ::1 ffff:ffff:ffff:fff:ffff:ffff:ffff trust +host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff trust |