summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/messaging.idl
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-10-22 11:37:45 +0000
committerStefan Metzmacher <metze@samba.org>2013-10-23 12:12:17 +0200
commit76e7d8f97fd14f3ef796eb49f441e6eb56e9a238 (patch)
tree3b550848349c92e78eacd5026f4c0de282176423 /source3/librpc/idl/messaging.idl
parentd9a1d54b7916462da5ee7b1ec8208f629d12f2df (diff)
downloadsamba-76e7d8f97fd14f3ef796eb49f441e6eb56e9a238.tar.gz
samba-76e7d8f97fd14f3ef796eb49f441e6eb56e9a238.tar.bz2
samba-76e7d8f97fd14f3ef796eb49f441e6eb56e9a238.zip
smbd: Remove MSG_SMB_ASYNC_LEVEL2_BREAK
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/librpc/idl/messaging.idl')
-rw-r--r--source3/librpc/idl/messaging.idl2
1 files changed, 1 insertions, 1 deletions
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,