Changeset 578 for branches/samba-3.3.x/source/lib/select.c
- Timestamp:
- Jun 25, 2011, 7:14:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/lib/select.c
r206 r578 66 66 smb_panic("Could not create select pipe"); 67 67 68 if (select_pipe[0] < 0 || select_pipe[0] >= FD_SETSIZE) { 69 errno = EBADF; 70 return -1; 71 } 72 68 73 /* 69 74 * These next two lines seem to fix a bug with the Linux … … 92 97 FD_ZERO(readfds2); 93 98 } 99 94 100 FD_SET(select_pipe[0], readfds2); 95 101
Note:
See TracChangeset
for help on using the changeset viewer.