1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

B #1505: Removed delete nic (#1516)

(cherry picked from commit e8a888c564a2451ecc6e2e078ed8a63ac8dfb7bf)
This commit is contained in:
juanmont 2017-11-24 11:44:56 +01:00 committed by Ruben S. Montero
parent b3208c9004
commit f5356c7abb

View File

@ -293,13 +293,10 @@ void VirtualRouterAttachNic::request_execute(
{
failure_response(ACTION, att);
delete nic;
return;
}
}
delete nic;
success_response(vrid, att);
}