Changeset 578 for branches/samba-3.3.x/source/smbd/oplock.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/smbd/oplock.c
r224 r578 242 242 { 243 243 if (koplocks) { 244 return koplocks->notification_fd; 244 int fd = koplocks->notification_fd; 245 if (fd < 0 || fd >= FD_SETSIZE) { 246 return -1; 247 } 245 248 } 246 249
Note:
See TracChangeset
for help on using the changeset viewer.