
21 Sep
2022
21 Sep
'22
9:38 a.m.
On a Monday in 2022, Peter Krempa wrote:
Some values were extracted into a temporary variable and then assigned to the definition later without a modification.
Directly assign them instead.
One slight modification was done to 'ifname' which was cleared in certain cases.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/conf/domain_conf.c | 45 ++++++++++++------------------------------ 1 file changed, 13 insertions(+), 32 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano