Eric Blake wrote:
On 06/13/2014 10:48 AM, Roman Bogorodskiy wrote:
> virBhyveProcessStart() calls bhyveNetCleanup() if it fails. However,
> it might fail earlier than networks are allocated, so modify
> bhyveNetCleanup() to check if net->ifname is not NULL before
> going further with the cleanup.
> ---
> src/bhyve/bhyve_process.c | 10 ++++++----
> 1 file changed, 6 insertions(+), 4 deletions(-)
ACK.
Thanks; pushed.
Roman Bogorodskiy