Changeset 578 for branches/samba-3.3.x/source/libsmb/nmblib.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/libsmb/nmblib.c
r206 r578 1098 1098 int ret; 1099 1099 1100 if (fd < 0 || fd >= FD_SETSIZE) { 1101 errno = EBADF; 1102 return NULL; 1103 } 1104 1100 1105 FD_ZERO(&fds); 1101 1106 FD_SET(fd,&fds);
Note:
See TracChangeset
for help on using the changeset viewer.