We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1881c8f commit 3c45d34Copy full SHA for 3c45d34
src/interfaces/libpq/fe-secure.c
@@ -11,7 +11,7 @@
11
*
12
13
* IDENTIFICATION
14
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.40 2004/05/07 00:24:59 tgl Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.41 2004/06/03 00:13:19 momjian Exp $
15
16
* NOTES
17
* The client *requires* a valid server certificate. Since
@@ -922,7 +922,7 @@ initialize_SSL(PGconn *conn)
922
char fnbuf[2048];
923
#endif
924
925
- if(!init_ssl_system(conn))
+ if(init_ssl_system(conn))
926
return -1;
927
928
#ifndef WIN32
0 commit comments