From bc97ab2b7ca6849696b391412333a96ff0ad682f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 20 Sep 1998 15:39:12 +0000 Subject: add a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRING (This used to be commit 9c275bcd98cbbd9367d9b7a2204889fcefd74638) --- source3/include/smb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index de482de6d6..2af7b7ced4 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1134,6 +1134,9 @@ struct bitmap { #define smb_ntcreate_ImpersonationLevel (smb_vwv0 + 43) #define smb_ntcreate_SecurityFlags (smb_vwv0 + 47) +/* this is used on a TConX. I'm not sure the name is very helpful though */ +#define SMB_SUPPORT_SEARCH_BITS 0x0001 + /* these are the constants used in the above call. */ /* DesiredAccess */ /* File Specific access rights. */ -- cgit