From 76e7d8f97fd14f3ef796eb49f441e6eb56e9a238 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 22 Oct 2013 11:37:45 +0000 Subject: smbd: Remove MSG_SMB_ASYNC_LEVEL2_BREAK Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- source3/librpc/idl/messaging.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index 9d16570aa3..39532f0dd3 100644 --- a/source3/librpc/idl/messaging.idl +++ b/source3/librpc/idl/messaging.idl @@ -67,7 +67,7 @@ interface messaging MSG_SMB_UNLOCK = 0x0305, MSG_SMB_BREAK_REQUEST = 0x0306, /* MSG_SMB_BREAK_RESPONSE = 0x0307, Obsoleted */ - MSG_SMB_ASYNC_LEVEL2_BREAK = 0x0308, + /* MSG_SMB_ASYNC_LEVEL2_BREAK = 0x0308, Obsoleted */ /* MSG_SMB_OPEN_RETRY = 0x0309, Obsoleted */ MSG_SMB_KERNEL_BREAK = 0x030A, MSG_SMB_FILE_RENAME = 0x030B, -- cgit