summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-02-26 11:04:31 +0100
committerRalph Boehme <slow@samba.org>2018-02-26 22:30:14 +0100
commit5f4b71d21d5018fe36150b03bc1a0593d4ead747 (patch)
treecb91df0b26d525c70fc39301b9d940f573562ca3 /librpc/idl
parent46e6626f73f42c84f254507c3ec2b591e2e732ba (diff)
downloadsamba-5f4b71d21d5018fe36150b03bc1a0593d4ead747.tar.gz
winbindd: Remove "DUMP_EVENT_LIST" message
This was no longer implemented, remove it completely Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/messaging.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/messaging.idl b/librpc/idl/messaging.idl
index b35f1e1e9ae..5468334b77b 100644
--- a/librpc/idl/messaging.idl
+++ b/librpc/idl/messaging.idl
@@ -126,7 +126,7 @@ interface messaging
MSG_WINBIND_RELOAD_TRUSTED_DOMAINS = 0x040D,
/* event messages */
- MSG_DUMP_EVENT_LIST = 0x0500,
+ /* MSG_DUMP_EVENT_LIST = 0x0500, Obsoleted */
/* smbXsrv messages */
MSG_SMBXSRV_SESSION_CLOSE = 0x0600,