]> xenbits.xensource.com Git - libvirt.git/commit
vz: move prlsdkCleanupBridgedNet after domain deletion
authorMaxim Nestratov <mnestratov@virtuozzo.com>
Tue, 22 Dec 2015 15:29:39 +0000 (18:29 +0300)
committerDmitry Guryanov <dguryanov@localhost.localdomain>
Thu, 24 Dec 2015 11:20:56 +0000 (14:20 +0300)
commit64b3bb7b15d4dda08cde41c8f9fe85d8e74b36d8
tree18f792b6b78c48ca5bcbd4feb6867b585523a3e0
parentb733739416390d36da37e73bf2e5187b90031608
vz: move prlsdkCleanupBridgedNet after domain deletion

prlsdkCleanupBridgedNet call should be made strongly after
any actual domain deletion accurs. By doing this we avoid
any potential problems connected with second undefine call
when it is made after first one fails by some reason, and
we detect that network is already deleted.

Signed-off-by: Maxim Nestratov <mnestratov@virtuozzo.com>
src/vz/vz_sdk.c