From: Michael Adam Date: Tue, 8 Mar 2011 15:49:46 +0000 (+0100) Subject: s3:dbwrap_ctdb: send the SCHEDULE_FOR_DELETION control with the NOREPLY flag. X-Git-Url: http://git.samba.org/?p=obnox%2Fsamba-ctdb.git;a=commitdiff_plain;h=c5d80e9c6c0e597fa4824d8d8e9d4b37d276606f 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. --- 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 */