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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix the sense of the test on DH_check()'s return value.
Date
Msg-id 20060512224506.BDCC09FA42B@postgresql.org
Whole thread Raw
List pgsql-committers
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_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/libpq:
        be-secure.c (r1.15.2.13 -> r1.15.2.14)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c.diff?r1=1.15.2.13&r2=1.15.2.14)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix the sense of the test on DH_check()'s return value.
Next
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: 1.