Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f612b16

Browse files
committed
* ioctlsocket_ret
- is not initialized to 1 (at least in the WIN_32 code I started with!) Claudio Natoli
1 parent 0ca6939 commit f612b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/postmaster/postmaster.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
*
3939
* IDENTIFICATION
40-
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.347 2003/09/26 15:27:35 petere Exp $
40+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.348 2003/11/11 01:09:42 momjian Exp $
4141
*
4242
* NOTES
4343
*
@@ -215,7 +215,7 @@ char *rendezvous_name;
215215

216216
/* For FNCTL_NONBLOCK */
217217
#if defined(WIN32) || defined(__BEOS__)
218-
long ioctlsocket_ret;
218+
long ioctlsocket_ret=1;
219219
#endif
220220

221221
/* list of library:init-function to be preloaded */

0 commit comments

Comments
 (0)