]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Use for instead of code duplication when parsing USB port
authorJán Tomko <jtomko@redhat.com>
Thu, 16 Jun 2016 13:23:23 +0000 (15:23 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 22 Jun 2016 19:33:57 +0000 (21:33 +0200)
commita921699ad97808319990a9a8aa80e528df901405
treea95679c98100cd69107ecdb5da2f8e0d5e41d40c
parent0956d9b2a3e27f146e459d3d02f274ff90898891
Use for instead of code duplication when parsing USB port

We are done if the string ends and move to another nesting
level if we find a dot.
src/conf/device_conf.h
src/conf/domain_conf.c