]> xenbits.xensource.com Git - libvirt.git/commit
virParseOwnershipIds: Refactor
authorPeter Krempa <pkrempa@redhat.com>
Fri, 2 Aug 2024 13:23:40 +0000 (15:23 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 3 Oct 2024 11:29:26 +0000 (13:29 +0200)
commit568b3c6abe0f2413a4a15e0d515f5128c11a587f
treef5d2cf95616b6391161a48118b53544c3144fa5e
parent7af0b6ea75c802f96c7801a3485181952009685e
virParseOwnershipIds: Refactor

Use automatic clearing for temporary variable, remove 'cleanup' label
and declare parameters according to new coding style rules.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/util/virutil.c