summaryrefslogtreecommitdiff
path: root/source4/cluster/ctdb/common/ctdb.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-01-22 09:35:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:43:58 -0500
commitae7eab4cfc43b738bad15aec01233d41c2abbb83 (patch)
tree1b9bcdd7d2f40c206ed0317f4ffc2a693d1d9b70 /source4/cluster/ctdb/common/ctdb.c
parente04e99585cabd225c79cb492d02509514f030486 (diff)
downloadsamba-ae7eab4cfc43b738bad15aec01233d41c2abbb83.tar.gz
samba-ae7eab4cfc43b738bad15aec01233d41c2abbb83.tar.bz2
samba-ae7eab4cfc43b738bad15aec01233d41c2abbb83.zip
r20945: fixed the bug causing locktest to fail with the ctdb backend after a
couple of hundred opertations. Also removed a lot of the debug code I was using to track this down. (This used to be commit 7622e7b4b2694ec14062d0f6de035b946106a6aa)
Diffstat (limited to 'source4/cluster/ctdb/common/ctdb.c')
-rw-r--r--source4/cluster/ctdb/common/ctdb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/cluster/ctdb/common/ctdb.c b/source4/cluster/ctdb/common/ctdb.c
index dd9a6db770..ba00e7caa0 100644
--- a/source4/cluster/ctdb/common/ctdb.c
+++ b/source4/cluster/ctdb/common/ctdb.c
@@ -186,8 +186,6 @@ static void ctdb_recv_pkt(struct ctdb_context *ctdb, uint8_t *data, uint32_t len
return;
}
- DEBUG(0,("got ctdb op %d reqid %d\n", hdr->operation, hdr->reqid));
-
switch (hdr->operation) {
case CTDB_REQ_CALL:
ctdb_request_call(ctdb, hdr);