]> granicus.if.org Git - postgresql/commit
Fix prototype of pgwin32_bind().
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Apr 2016 13:44:21 +0000 (09:44 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Apr 2016 13:44:21 +0000 (09:44 -0400)
commit22989a8e34168f576e0f90b16fc3edabd28c40e6
tree662babde319114a493b425db1726bc4d9705e396
parent92a30a7eb0cadb008e18053f199af7de3fc1abaa
Fix prototype of pgwin32_bind().

I (tgl) had copied-and-pasted this from pgwin32_accept(), failing to
notice that the third parameter should be "int" not "int *".

David Rowley
src/backend/port/win32/socket.c
src/include/port/win32.h