Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fc470ca

Browse files
author
Neil Conway
committed
Fix a compiler warning on Win32. Hannes Eder.
1 parent de1172f commit fc470ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/fe-secure.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.96 2007/10/02 00:25:20 tgl Exp $
14+
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.97 2007/10/02 22:01:02 neilc Exp $
1515
*
1616
* NOTES
1717
* [ Most of these notes are wrong/obsolete, but perhaps not all ]
@@ -588,9 +588,9 @@ client_cert_cb(SSL *ssl, X509 **x509, EVP_PKEY **pkey)
588588

589589
#ifndef WIN32
590590
struct stat buf2;
591+
FILE *fp;
591592
#endif
592593
char fnbuf[MAXPGPATH];
593-
FILE *fp;
594594
BIO *bio;
595595
PGconn *conn = (PGconn *) SSL_get_app_data(ssl);
596596
char sebuf[256];

0 commit comments

Comments
 (0)