s3:include: define FNUM_FIELD_INVALID - the invalid value for the fnum
authorMichael Adam <obnox@samba.org>
Tue, 12 Jun 2012 12:35:39 +0000 (14:35 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 15 Jun 2012 01:28:13 +0000 (03:28 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/include/smb.h

index fdaf8c5de38297fb7e86fd0a7c631b32b4c5b365..8a2314261cbacfcf8f1c1e9f78b0774cac43b90b 100644 (file)
@@ -675,6 +675,8 @@ enum acl_compatibility {ACL_COMPAT_AUTO, ACL_COMPAT_WINNT, ACL_COMPAT_WIN2K};
 #define TID_FIELD_INVALID 0
 #define CNUM_OFFSET 1 /* shift for bitmap index */
 
+#define FNUM_FIELD_INVALID -1
+
 /* 
  * Size of buffer to use when moving files across filesystems. 
  */