[pgpool-committers: 5894] pgpool: Fix logically dead code pointed	out by Coverity.
    Tatsuo Ishii 
    ishii at sraoss.co.jp
       
    Wed Jul 10 07:42:00 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
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=41a01c41b7733043e9660b4d348ca558c48bf66a
Modified Files
--------------
src/auth/pool_auth.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
    
    
More information about the pgpool-committers
mailing list