Commit f612b16d authored by Bruce Momjian's avatar Bruce Momjian

* ioctlsocket_ret

        - is not initialized to 1 (at least in the WIN_32 code I started with!)

Claudio Natoli
parent 0ca6939c
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.347 2003/09/26 15:27:35 petere Exp $ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.348 2003/11/11 01:09:42 momjian Exp $
* *
* NOTES * NOTES
* *
...@@ -215,7 +215,7 @@ char *rendezvous_name; ...@@ -215,7 +215,7 @@ char *rendezvous_name;
/* For FNCTL_NONBLOCK */ /* For FNCTL_NONBLOCK */
#if defined(WIN32) || defined(__BEOS__) #if defined(WIN32) || defined(__BEOS__)
long ioctlsocket_ret; long ioctlsocket_ret=1;
#endif #endif
/* list of library:init-function to be preloaded */ /* list of library:init-function to be preloaded */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment