* ioctlsocket_ret

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

Claudio Natoli
This commit is contained in:
Bruce Momjian 2003-11-11 01:09:42 +00:00
parent 0ca6939c10
commit f612b16dc2
1 changed files with 2 additions and 2 deletions

View File

@ -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;
/* 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 */