]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix improper error return in virInterfaceDefParseProtoIPvX
authorLaine Stump <laine@laine.org>
Tue, 3 Nov 2009 20:01:32 +0000 (21:01 +0100)
committerDaniel Veillard <veillard@redhat.com>
Tue, 3 Nov 2009 20:04:56 +0000 (21:04 +0100)
commitaf1e2ede261c0f9bf9ef0c09d6e73aefed2bed78
treeb93942aa76f2802392ca723d0e5cd3601952f7e1
parent468439854b42fe2645cdbbb79320f94673e3fd6b
Fix improper error return in virInterfaceDefParseProtoIPvX

* src/conf/interface_conf.c: the code was erronously returning -1
  in the two functions if <dhcp> is not provided
src/conf/interface_conf.c