
10 Apr
2012
10 Apr
'12
9:53 a.m.
On 04/10/2012 02:55 PM, Eric Blake wrote:
On 04/10/2012 06:44 AM, Peter Krempa wrote:
This patch cleans up variables used to store boolean command flags that are inquired by vshCommandOptBool to use the bool data type instead of an integer.
Additionaly this patch cleans up flag variables that are inferred from
s/Additionaly/Additionally/
I should start being ashamed of misspellings like this :(
existing flags. --- tools/virsh.c | 120 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 60 insertions(+), 60 deletions(-)
ACK; fairly mechanical, and the result is easier to read.
Thanks; pushed. Peter