summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-04-12 14:12:38 +0200
committerJeremy Allison <jra@samba.org>2013-04-26 15:17:22 -0700
commit78d4bdc0b837340d39f7f99044ac12be919f8662 (patch)
treefa659b570a70366a134aadb07e21b79239102bad /source3/librpc
parentf52a3c3cd1ef2d6373819a7ba8c724fa9ca374f5 (diff)
downloadsamba-78d4bdc0b837340d39f7f99044ac12be919f8662.tar.gz
samba-78d4bdc0b837340d39f7f99044ac12be919f8662.tar.bz2
samba-78d4bdc0b837340d39f7f99044ac12be919f8662.zip
smbd: Obsolete MSG_SMB_OPEN_RETRY
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 a001c1c8c4..ddcf0e348d 100644
--- a/source3/librpc/idl/messaging.idl
+++ b/source3/librpc/idl/messaging.idl
@@ -68,7 +68,7 @@ interface messaging
MSG_SMB_BREAK_REQUEST = 0x0306,
/* MSG_SMB_BREAK_RESPONSE = 0x0307, Obsoleted */
MSG_SMB_ASYNC_LEVEL2_BREAK = 0x0308,
- MSG_SMB_OPEN_RETRY = 0x0309,
+ /* MSG_SMB_OPEN_RETRY = 0x0309, Obsoleted */
MSG_SMB_KERNEL_BREAK = 0x030A,
MSG_SMB_FILE_RENAME = 0x030B,
MSG_SMB_INJECT_FAULT = 0x030C,