-
- Downloads
Fix: Cleanup of plugins after failed mne creation returned faulty errors
Typos in combination with copy paste resulted in the return of faulty error messages after cleaning up plugins in the `addMne` method of `controller/northbound/server/networkelement.go`. The clean up of plugins after something went wrong while creating a managed network element, has been moved into a `defer` function. So if an error is thrown and a plugin has already been created and started, the defer function will stop the plugin and remove the corresponding files.
parent
fd6542d5
No related branches found
No related tags found
This commit is part of merge request !618. Comments created here will be created in the context of that merge request.
Loading
Please register or sign in to comment