From ef4ed892da97c3e86a7c8c5a3585d6bb3c34017f Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 19 Jun 2007 16:50:38 +0000 Subject: [PATCH] revert accidental change --- tools/dmsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dmsetup.c b/tools/dmsetup.c index a4d0ce6e4..363e82482 100644 --- a/tools/dmsetup.c +++ b/tools/dmsetup.c @@ -1662,7 +1662,7 @@ static int _dm_tree_names(struct dm_report *rh, struct dm_pool *mem, name = dm_tree_node_get_name(parent); if (!name || !*name) continue; - if (!first_node && !dm_pool_grow_object(mem, ",", 2)) { + if (!first_node && !dm_pool_grow_object(mem, ",", 1)) { log_error("dm_pool_grow_object failed"); goto out_abandon; }