diff options
author | Michael Adam <obnox@samba.org> | 2012-04-20 10:37:24 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-04-20 23:17:36 +0200 |
commit | 499e7372bea051fa08c078d02175d6ea1e6ce8f9 (patch) | |
tree | 9bef72d318c50c8c14f5493aee483cf4ca10f152 /source3/librpc/idl | |
parent | c89affbd8da230cae6df25558fe621510690392c (diff) | |
download | samba-499e7372bea051fa08c078d02175d6ea1e6ce8f9.tar.gz samba-499e7372bea051fa08c078d02175d6ea1e6ce8f9.tar.bz2 samba-499e7372bea051fa08c078d02175d6ea1e6ce8f9.zip |
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.
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/messaging.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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, |