diff options
author | Martin Schwenke <martin@meltin.net> | 2012-10-11 15:49:13 +1100 |
---|---|---|
committer | Martin Schwenke <martin@meltin.net> | 2012-10-18 20:05:42 +1100 |
commit | c5e24b23cf379424938c68f2667ce8ff20b36285 (patch) | |
tree | 8a880785832c661bd27d5a938017891e90235d1f | |
parent | a884c8c453961a2064dc4df5fd71e62360185681 (diff) | |
download | samba-c5e24b23cf379424938c68f2667ce8ff20b36285.tar.gz samba-c5e24b23cf379424938c68f2667ce8ff20b36285.tar.xz samba-c5e24b23cf379424938c68f2667ce8ff20b36285.zip |
tools/ctdb: Remove extra header from natgwlist -Y output
Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit 59520c9785d113ad5063eb5fbe42a9efc7e30076)
-rw-r--r-- | ctdb/tools/ctdb.c | 4 |
1 files changed, 0 insertions, 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"; |