From c5e24b23cf379424938c68f2667ce8ff20b36285 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 11 Oct 2012 15:49:13 +1100 Subject: tools/ctdb: Remove extra header from natgwlist -Y output Signed-off-by: Martin Schwenke (This used to be ctdb commit 59520c9785d113ad5063eb5fbe42a9efc7e30076) --- ctdb/tools/ctdb.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index e75a92239f..9a12d1b7fb 100644 --- a/ctdb/tools/ctdb.c +++ b/ctdb/tools/ctdb.c @@ -1106,10 +1106,6 @@ static int control_natgwlist(struct ctdb_context *ctdb, int argc, const char **a i++; } - if (options.machinereadable) { - printf(":Node:IP:\n"); - } - ret = 2; /* matches ENOENT */ pnn = -1; ip = "0.0.0.0"; -- cgit