[pgpool-committers: 5893] pgpool: Fix logically dead code pointed out by Coverity.

Tatsuo Ishii ishii at sraoss.co.jp
Wed Jul 10 07:41:52 JST 2019


Fix logically dead code pointed out by Coverity.

Whether pwd is NULL or not was already checked, and there's no point
to check it again.

Branch
------
V4_0_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=1ad63c13cca99f103a7682b8f964646808b2d1bb

Modified Files
--------------
src/auth/pool_auth.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list