File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 11
11
*
12
12
*
13
13
* IDENTIFICATION
14
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-secure.c,v 1.7 2002/06/20 20:29:54 momjian Exp $
14
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-secure.c,v 1.8 2002/06/23 14:56:16 momjian Exp $
15
15
*
16
16
* NOTES
17
17
* The client *requires* a valid server certificate. Since
@@ -410,15 +410,6 @@ verify_peer (PGconn *conn)
410
410
}
411
411
break ;
412
412
413
- case AF_INET6 :
414
- sin6 = (struct sockaddr_in6 * ) & addr ;
415
- for (s = h -> h_addr_list ; * s != NULL ; s ++ )
416
- {
417
- if (!memcmp (sin6 -> sin6_addr .s6_addr8 , * s , h -> h_length ))
418
- return 0 ;
419
- }
420
- break ;
421
-
422
413
default :
423
414
printfPQExpBuffer (& conn -> errorMessage ,
424
415
libpq_gettext ("sorry, this protocol not yet supported\n" ));
You can’t perform that action at this time.
0 commit comments