summaryrefslogtreecommitdiffstats
path: root/source3/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-05-06 09:57:31 +0200
committerJeremy Allison <jra@samba.org>2014-05-06 23:01:22 +0200
commitdcb3f2150e1b983c4d85623ff98b103e074d1331 (patch)
treee62e41db140c944107222ed199fbb01c03c24978 /source3/librpc
parent9d4adbc65a5832d0300543cc58bce1620bb50ed0 (diff)
downloadsamba-dcb3f2150e1b983c4d85623ff98b103e074d1331.tar.gz
samba-dcb3f2150e1b983c4d85623ff98b103e074d1331.tar.xz
samba-dcb3f2150e1b983c4d85623ff98b103e074d1331.zip
messaging: Nobody uses G_LOCK_RETRY anymore
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue May 6 23:01:22 CEST 2014 on sn-devel-104
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/messaging.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl
index 9405d53133f..a396b5bd1a1 100644
--- a/source3/librpc/idl/messaging.idl
+++ b/source3/librpc/idl/messaging.idl
@@ -118,7 +118,7 @@ interface messaging
/* dbwrap messages 4001-4999 (0x0FA0 - 0x1387) */
/* MSG_DBWRAP_TDB2_CHANGES = 4001, */
- MSG_DBWRAP_G_LOCK_RETRY = 4002,
+ /* MSG_DBWRAP_G_LOCK_RETRY = 4002, */
MSG_DBWRAP_MODIFIED = 4003
} messaging_type;