From 59a887e12469266e514ad7d4e34810e7ea888ba3 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 5 Jan 2013 01:19:06 +0100 Subject: [PATCH] vacuum: fix indentation in ctdb_process_delete_list() Signed-off-by: Michael Adam Reviewed-By: Amitay Isaacs --- server/ctdb_vacuum.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/ctdb_vacuum.c b/server/ctdb_vacuum.c index 406af1dd..f829a67b 100644 --- a/server/ctdb_vacuum.c +++ b/server/ctdb_vacuum.c @@ -732,8 +732,8 @@ static int ctdb_process_delete_list(struct ctdb_db_context *ctdb_db, return -1; } recs->records = (struct ctdb_marshall_buffer *) - talloc_zero_size(vdata, - offsetof(struct ctdb_marshall_buffer, data)); + talloc_zero_size(recs, + offsetof(struct ctdb_marshall_buffer, data)); if (recs->records == NULL) { DEBUG(DEBUG_ERR,(__location__ " Out of memory\n")); ret = -1; -- 2.34.1