Fix bogus declaration of local variable.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/auth.c | modified | +2 −2 |