
4 Sep
2013
4 Sep
'13
7:35 a.m.
On 09/03/13 19:14, Eric Blake wrote:
On 09/03/2013 09:29 AM, Peter Krempa wrote:
Commit 50348e6edfa reused the code to remove the hostdev portion of a network definition on multiple places but forgot to take into account that sometimes the "actual" network is passed and in some cases the parent of that.
This patch uses the virDomainNetGetActualHostdev() helper to acquire the correct pointer all the time while removing the hostdev portion from the list. --- src/conf/domain_conf.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
ACK.
Pushed; Thanks. Peter