From c5d80e9c6c0e597fa4824d8d8e9d4b37d276606f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 8 Mar 2011 16:49:46 +0100 Subject: [PATCH] s3:dbwrap_ctdb: send the SCHEDULE_FOR_DELETION control with the NOREPLY flag. We don't need to wait for an answer, this is fire and forget. --- source3/lib/dbwrap_ctdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/dbwrap_ctdb.c b/source3/lib/dbwrap_ctdb.c index dfbd123b9a..67808f9a99 100644 --- a/source3/lib/dbwrap_ctdb.c +++ b/source3/lib/dbwrap_ctdb.c @@ -922,7 +922,7 @@ static NTSTATUS db_ctdb_delete(struct db_record *rec) status = ctdbd_control_local(messaging_ctdbd_connection(), CTDB_CONTROL_SCHEDULE_FOR_DELETION, crec->ctdb_ctx->db_id, - 0, /* flags */ + CTDB_CTRL_FLAG_NOREPLY, /* flags */ indata, NULL, /* outdata */ NULL, /* errmsg */ -- 2.34.1