File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1213,15 +1213,23 @@ setup_config(void)
12131213
12141214 if (err != 0 ||
12151215 getaddrinfo ("::1" , NULL , & hints , & gai_result ) != 0 )
1216+ {
12161217 conflines = replace_token (conflines ,
12171218 "host all all ::1" ,
12181219 "#host all all ::1" );
1220+ conflines = replace_token (conflines ,
1221+ "host replication all ::1" ,
1222+ "#host replication all ::1" );
1223+ }
12191224 }
12201225#else /* !HAVE_IPV6 */
12211226 /* If we didn't compile IPV6 support at all, always comment it out */
12221227 conflines = replace_token (conflines ,
12231228 "host all all ::1" ,
12241229 "#host all all ::1" );
1230+ conflines = replace_token (conflines ,
1231+ "host replication all ::1" ,
1232+ "#host replication all ::1" );
12251233#endif /* HAVE_IPV6 */
12261234
12271235 /* Replace default authentication methods */
You can’t perform that action at this time.
0 commit comments