]> xenbits.xensource.com Git - libvirt.git/commit
util: make forgotten changes suggested during review of commit d40b820c
authorLaine Stump <laine@laine.org>
Sat, 12 Jan 2019 21:14:50 +0000 (16:14 -0500)
committerLaine Stump <laine@laine.org>
Mon, 14 Jan 2019 14:43:55 +0000 (09:43 -0500)
commit85f223a8f2480ad446251639a078bb9420072506
tree595413e0c95b310bc7cbda9180bc37ccb6e4e435
parent0f17023ac70ca1c0b21ca0a0f6776ec468100de1
util: make forgotten changes suggested during review of commit d40b820c

I had intended to make these changes to commit d40b820c before
pushing, but forgot about it during the day between the initial review
and ACK.

Neither change is significant - just returning immediately when
virNetDevGetName() fails (instead of logging a debug message first)
and eliminating a comment that adds to confusion rather than
eliminating it. Still, the changes should be made to be more
consistent with nearly identical code just a few lines up (added in
commit 7282f455)

Signed-off-by: Laine Stump <laine@laine.org>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/util/virnetdevip.c