diff options
author | Michael Adam <obnox@samba.org> | 2012-06-06 15:22:31 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-06-06 19:37:14 +0200 |
commit | ba1699463bee4d622e76f54c1a1c17858545c84f (patch) | |
tree | 9bb383e332c181f026939d0370e5389c385b56b3 /source3/include | |
parent | aa3a7de3687ac78ae1ed3fa395d8c4707a24b774 (diff) | |
download | samba-ba1699463bee4d622e76f54c1a1c17858545c84f.tar.gz samba-ba1699463bee4d622e76f54c1a1c17858545c84f.tar.bz2 samba-ba1699463bee4d622e76f54c1a1c17858545c84f.zip |
s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tid
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 5ee2b1fb44..5887ca95e3 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -672,6 +672,7 @@ enum acl_compatibility {ACL_COMPAT_AUTO, ACL_COMPAT_WINNT, ACL_COMPAT_WIN2K}; #define UID_FIELD_INVALID 0 #define VUID_OFFSET 100 /* Amount to bias returned vuid numbers */ +#define TID_FIELD_INVALID -1 #define CNUM_OFFSET 1 /* shift for bitmap index */ /* |