diff options
author | Volker Lendecke <vl@samba.org> | 2013-10-22 11:37:45 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-10-23 12:12:17 +0200 |
commit | 76e7d8f97fd14f3ef796eb49f441e6eb56e9a238 (patch) | |
tree | 3b550848349c92e78eacd5026f4c0de282176423 /source3/librpc | |
parent | d9a1d54b7916462da5ee7b1ec8208f629d12f2df (diff) | |
download | samba-76e7d8f97fd14f3ef796eb49f441e6eb56e9a238.tar.gz |
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')
-rw-r--r-- | source3/librpc/idl/messaging.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index 9d16570aa38..39532f0dd3d 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, |