Content-Length: 272773 | pFad | http://github.com/postgrespro/postgres_cluster/commit/3c45d348dbc2bbf1dc2544486c975c69d9325cc0

53 init_ssl_system will return 0 on success and -1 on failure, which will · postgrespro/postgres_cluster@3c45d34 · GitHub
Skip to content

Commit 3c45d34

Browse files
committed
init_ssl_system will return 0 on success and -1 on failure, which will
be interpreted just the other way round in initialize_SSL. Andreas Pflug
1 parent 1881c8f commit 3c45d34

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.40 2004/05/07 00:24:59 tgl Exp $
14+
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.41 2004/06/03 00:13:19 momjian Exp $
1515
*
1616
* NOTES
1717
* The client *requires* a valid server certificate. Since
@@ -922,7 +922,7 @@ initialize_SSL(PGconn *conn)
922922
char fnbuf[2048];
923923
#endif
924924

925-
if(!init_ssl_system(conn))
925+
if(init_ssl_system(conn))
926926
return -1;
927927

928928
#ifndef WIN32

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/3c45d348dbc2bbf1dc2544486c975c69d9325cc0

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy