diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-12-13 09:23:31 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-12-13 14:13:38 +0100 |
commit | 4eb5b0b392d7689435e347dcc389c5c782562984 (patch) | |
tree | 1c68b128c29ea279ed108c8d09d7eae431bb5462 /source3/librpc/idl/messaging.idl | |
parent | a131713b96e95e38cc6b6d8469a08d90738bb4fc (diff) | |
download | samba-4eb5b0b392d7689435e347dcc389c5c782562984.tar.gz samba-4eb5b0b392d7689435e347dcc389c5c782562984.tar.bz2 samba-4eb5b0b392d7689435e347dcc389c5c782562984.zip |
s3:messaging.idl: obsolete unused MSG_SMB_SAM_*
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Dec 13 14:13:38 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/librpc/idl/messaging.idl')
-rw-r--r-- | source3/librpc/idl/messaging.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index 96ca78497c..1c80cc2b30 100644 --- a/source3/librpc/idl/messaging.idl +++ b/source3/librpc/idl/messaging.idl @@ -62,8 +62,8 @@ interface messaging /* smbd messages */ /* MSG_SMB_CONF_UPDATED = 0x0301, Obsoleted */ MSG_SMB_FORCE_TDIS = 0x0302, - MSG_SMB_SAM_SYNC = 0x0303, - MSG_SMB_SAM_REPL = 0x0304, + /* MSG_SMB_SAM_SYNC = 0x0303, Obsoleted */ + /* MSG_SMB_SAM_REPL = 0x0304, Obsoleted */ MSG_SMB_UNLOCK = 0x0305, MSG_SMB_BREAK_REQUEST = 0x0306, MSG_SMB_BREAK_RESPONSE = 0x0307, |