Changeset 591 for vendor/current/source3/lib/packet.c
- Timestamp:
- Jul 1, 2011, 9:17:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/lib/packet.c
r414 r591 108 108 fd_set r_fds; 109 109 110 if (ctx->fd < 0 || ctx->fd >= FD_SETSIZE) { 111 errno = EBADF; 112 return map_nt_error_from_unix(errno); 113 } 114 110 115 FD_ZERO(&r_fds); 111 116 FD_SET(ctx->fd, &r_fds);
Note:
See TracChangeset
for help on using the changeset viewer.