From dcb3f2150e1b983c4d85623ff98b103e074d1331 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 6 May 2014 09:57:31 +0200 Subject: messaging: Nobody uses G_LOCK_RETRY anymore Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Tue May 6 23:01:22 CEST 2014 on sn-devel-104 --- 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 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; -- cgit