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

ctdb-tool: adapt formatting of "listvars" output to lenght of longest name

(This used to be ctdb commit 295168d99183d2d21f27a8ac6825d421fa866b28)
This commit is contained in:
Michael Adam 2011-12-22 12:13:10 +01:00
parent 8b89e542e1
commit 5fdd7fefb8

View File

@ -3781,7 +3781,7 @@ static int control_getvar(struct ctdb_context *ctdb, int argc, const char **argv
return -1;
}
printf("%-19s = %u\n", name, value);
printf("%-23s = %u\n", name, value);
return 0;
}