1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

tools/ctdb: Remove extra header from natgwlist -Y output

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit 59520c9785d113ad5063eb5fbe42a9efc7e30076)
This commit is contained in:
Martin Schwenke 2012-10-11 15:49:13 +11:00
parent a884c8c453
commit c5e24b23cf

View File

@ -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";