
23 Sep
2020
23 Sep
'20
11:38 a.m.
On a Wednesday in 2020, Peter Krempa wrote:
Remove the use of the 'disk_snapshot' temporary variable since accessing the disk definition now isn't that much longer to write and use expicit
explicit
value checks instead of the (non-)zero check to make it more obvious what the code is doing.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/conf/snapshot_conf.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano