diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-08-01 11:33:27 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-08-01 14:17:16 +0200 |
commit | d3aaa1ebc822d3384f1821302585921d44028649 (patch) | |
tree | 396101dcaf9d199e4401869ef5e369e1438584f5 /source4/libcli | |
parent | 8e1c6d42327faae5df6e384cf9573bf4dc925038 (diff) | |
download | samba-d3aaa1ebc822d3384f1821302585921d44028649.tar.gz samba-d3aaa1ebc822d3384f1821302585921d44028649.tar.bz2 samba-d3aaa1ebc822d3384f1821302585921d44028649.zip |
libcli/smb: move some TCON related defines to smb_constants.h
metze
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/raw/smb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h index be1bfdb7d1..279ada1817 100644 --- a/source4/libcli/raw/smb.h +++ b/source4/libcli/raw/smb.h @@ -219,10 +219,6 @@ #define NT_TRANSACT_RENAME 5 #define NT_TRANSACT_QUERY_SECURITY_DESC 6 -/* this is used on a TConX. I'm not sure the name is very helpful though */ -#define SMB_SUPPORT_SEARCH_BITS 0x0001 -#define SMB_SHARE_IN_DFS 0x0002 - /* Named pipe write mode flags. Used in writeX calls. */ #define PIPE_RAW_MODE 0x4 #define PIPE_START_MESSAGE 0x8 |