From 4eb5b0b392d7689435e347dcc389c5c782562984 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 13 Dec 2011 09:23:31 +0100 Subject: s3:messaging.idl: obsolete unused MSG_SMB_SAM_* metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Tue Dec 13 14:13:38 CET 2011 on sn-devel-104 --- source3/librpc/idl/messaging.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/librpc') 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, -- cgit