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:
parent
8b89e542e1
commit
5fdd7fefb8
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user