Skip to content

Commit aad4cc7

Browse files
committed
Remove unused INET6 variable.
1 parent 8bd0bed commit aad4cc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/interfaces/libpq/fe-secure.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-secure.c,v 1.8 2002/06/23 14:56:16 momjian Exp $
14+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-secure.c,v 1.9 2002/06/23 20:30:48 momjian Exp $
1515
*
1616
* NOTES
1717
* The client *requires* a valid server certificate. Since
@@ -370,7 +370,6 @@ verify_peer (PGconn *conn)
370370
struct hostent *h = NULL;
371371
struct sockaddr addr;
372372
struct sockaddr_in *sin;
373-
struct sockaddr_in6 *sin6;
374373
socklen_t len;
375374
char **s;
376375
unsigned long l;

0 commit comments

Comments
 (0)