summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-04-12 14:03:08 +0200
committerJeremy Allison <jra@samba.org>2013-04-26 15:17:21 -0700
commit234edb525d95ff03d15b9b2db88b3e7479ca0290 (patch)
tree9ff38db2178965ffa5f849398531dd429b35a288 /source3/librpc
parent4e4376164bafbd3a883b6ce8033dcd714f971d51 (diff)
downloadsamba-234edb525d95ff03d15b9b2db88b3e7479ca0290.tar.gz
samba-234edb525d95ff03d15b9b2db88b3e7479ca0290.tar.bz2
samba-234edb525d95ff03d15b9b2db88b3e7479ca0290.zip
smbd: Obsolete MSG_SMB_BREAK_RESPONSE
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/librpc')
-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 c26288946a..a001c1c8c4 100644
--- a/source3/librpc/idl/messaging.idl
+++ b/source3/librpc/idl/messaging.idl
@@ -66,7 +66,7 @@ interface messaging
/* MSG_SMB_SAM_REPL = 0x0304, Obsoleted */
MSG_SMB_UNLOCK = 0x0305,
MSG_SMB_BREAK_REQUEST = 0x0306,
- MSG_SMB_BREAK_RESPONSE = 0x0307,
+ /* MSG_SMB_BREAK_RESPONSE = 0x0307, Obsoleted */
MSG_SMB_ASYNC_LEVEL2_BREAK = 0x0308,
MSG_SMB_OPEN_RETRY = 0x0309,
MSG_SMB_KERNEL_BREAK = 0x030A,