Thread: pgsql: Fix bogus declaration of local variable.

pgsql: Fix bogus declaration of local variable.

From
Tom Lane
Date:
Fix bogus declaration of local variable.

rc should be an int here, not a pgsocket.  Fairly harmless as long as
pgsocket is an integer type, but nonetheless wrong.  Error introduced
in commit 87091cb1f1ed914e2ddca424fa28f94fdf8461d2.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fd350ef395b59e39bf419bd47e820b94dff23971

Modified Files
--------------
src/backend/libpq/auth.c |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)