projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52d18b7
)
Remove unused INET6 variable.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 23 Jun 2002 20:30:48 +0000
(20:30 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 23 Jun 2002 20:30:48 +0000
(20:30 +0000)
src/interfaces/libpq/fe-secure.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-secure.c
b/src/interfaces/libpq/fe-secure.c
index 9c305e36e517b9b05b1603c62a99a11104ad6c9a..b7451c087248a8703987d968cf01d9cdb30d21fb 100644
(file)
--- a/
src/interfaces/libpq/fe-secure.c
+++ b/
src/interfaces/libpq/fe-secure.c
@@
-370,7
+370,6
@@
verify_peer (PGconn *conn)
struct hostent *h = NULL;
struct sockaddr addr;
struct sockaddr_in *sin;
- struct sockaddr_in6 *sin6;
socklen_t len;
char **s;
unsigned long l;