diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-10-24 11:19:06 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-24 16:10:37 +0200 |
commit | 2414169241c874b3c764d91b598e1c2c0939e037 (patch) | |
tree | 639273ce379bcdfa6c8b0862f2115d372866cc85 /source4 | |
parent | ec7cc700b23b756677d25c2293327a2423b6d0ed (diff) | |
download | samba-2414169241c874b3c764d91b598e1c2c0939e037.tar.gz samba-2414169241c874b3c764d91b598e1c2c0939e037.tar.bz2 samba-2414169241c874b3c764d91b598e1c2c0939e037.zip |
s4:libcli/raw: remove unuded CMD_REPLY define
metze
Diffstat (limited to 'source4')
-rw-r--r-- | source4/libcli/raw/smb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h index d450c08058..38e434ec69 100644 --- a/source4/libcli/raw/smb.h +++ b/source4/libcli/raw/smb.h @@ -384,8 +384,6 @@ #define OPLOCK_BREAK_TO_LEVEL_II 1 -#define CMD_REPLY 0x8000 - /* The maximum length of a trust account password. Used when we randomly create it, 15 char passwords exceed NT4's max password length */ |