aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-12-06 03:49:19 +0000
committerBruce Momjian <bruce@momjian.us>2002-12-06 03:49:19 +0000
commit3bf160131da66b248ec7ddc51ac4f91d954df07f (patch)
treee6b98a6f228ba845649b7e0a41b4130e5d085f55
parent8fc86dd593b9e9a2b24779e263ad33c37e15c9f9 (diff)
downloadpostgresql-3bf160131da66b248ec7ddc51ac4f91d954df07f.tar.gz
postgresql-3bf160131da66b248ec7ddc51ac4f91d954df07f.zip
Updated IPv6 patch to fix netmask.
-rw-r--r--src/backend/libpq/pg_hba.conf.sample2
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