From 2414169241c874b3c764d91b598e1c2c0939e037 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 24 Oct 2011 11:19:06 +0200 Subject: s4:libcli/raw: remove unuded CMD_REPLY define metze --- source4/libcli/raw/smb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4') 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 */ -- cgit