mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
I (tgl) had copied-and-pasted this from pgwin32_accept(), failing to notice that the third parameter should be "int" not "int *". David Rowley