pgsql: Fix the sense of the test on DH_check()'s return value.

Started by Tom Laneabout 20 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
Fix the sense of the test on DH_check()'s return value. This was preventing
custom-generated DH parameters from actually being used by the server.
Found by Michael Fuhr.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/libpq:
be-secure.c (r1.43.2.2 -> r1.43.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c.diff?r1=1.43.2.2&r2=1.43.2.3)