]> granicus.if.org Git - postgresql/commit
Fix bogus declaration of local variable.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 May 2012 04:30:32 +0000 (00:30 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 May 2012 04:30:32 +0000 (00:30 -0400)
commitfd350ef395b59e39bf419bd47e820b94dff23971
tree5176ed10a081aa47a3cb7ae61aa3cf6f257fab0f
parent398b240151708d7e971631875760ddbad3a63e0e
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.
src/backend/libpq/auth.c