Fix bogus declaration of local variable.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fd350ef395b59e39bf419bd47e820b94dff23971
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-05-13T04:30:32Z
Releases: 9.2.0
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.

Files

PathChange+/−
src/backend/libpq/auth.c modified +2 −2