From 499e7372bea051fa08c078d02175d6ea1e6ce8f9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 20 Apr 2012 10:37:24 +0200 Subject: s3:id_cache: do not use the in-memory idmap cache (it is going to be removed) This also removes the ID_CACHE_FLUSH message. --- source3/librpc/idl/messaging.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index 24c280b594..5493d75f65 100644 --- a/source3/librpc/idl/messaging.idl +++ b/source3/librpc/idl/messaging.idl @@ -35,7 +35,7 @@ interface messaging MSG_REQ_DMALLOC_LOG_CHANGED = 0x000C, MSG_SHUTDOWN = 0x000D, - ID_CACHE_FLUSH = 0x000E, + /* ID_CACHE_FLUSH = 0x000E, obsoleted */ ID_CACHE_DELETE = 0x000F, ID_CACHE_KILL = 0x0010, -- cgit