From 9c35bc67038bab299c0baa7e1da6e0f00d7359b1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 17 May 2013 11:01:31 +0200 Subject: [PATCH] ctdbd: remove a nonempty blank line Signed-off-by: Michael Adam (cherry picked from commit d9e24782a90d9ce29c0e6584b75d2b186142174d) --- server/ctdb_call.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/ctdb_call.c b/server/ctdb_call.c index 3ba2e8d2..0072fcd4 100644 --- a/server/ctdb_call.c +++ b/server/ctdb_call.c @@ -117,7 +117,6 @@ static void ctdb_call_send_redirect(struct ctdb_context *ctdb, struct ctdb_req_call *c, struct ctdb_ltdb_header *header) { - uint32_t lmaster = ctdb_lmaster(ctdb, &key); if (ctdb->pnn == lmaster) { c->hdr.destnode = header->dmaster; -- 2.34.1