diff options
-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"; |