Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc470ca

Browse files
author
Neil Conway
committed
Fix a compiler warning on Win32. Hannes Eder.
1 parentde1172f commitfc470ca

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/0200:25:20 tgl Exp $
14+
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.97 2007/10/0222: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
#ifndefWIN32
590590
structstatbuf2;
591+
FILE*fp;
591592
#endif
592593
charfnbuf[MAXPGPATH];
593-
FILE*fp;
594594
BIO*bio;
595595
PGconn*conn= (PGconn*)SSL_get_app_data(ssl);
596596
charsebuf[256];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp