Changeset 919 for vendor/current/source3/smbd/files.c
- Timestamp:
- Jun 9, 2016, 2:17:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/smbd/files.c
r917 r919 23 23 #include "libcli/security/security.h" 24 24 #include "util_tdb.h" 25 #include "lib/util/bitmap.h" 25 26 26 27 #define VALID_FNUM(fnum) (((fnum) >= 0) && ((fnum) < real_max_open_files))
Note:
See TracChangeset
for help on using the changeset viewer.