1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

Fix compilation warning

This commit is contained in:
Ruben S. Montero 2017-11-08 16:20:44 +01:00
parent a135092e55
commit e3be9339ad

View File

@ -1088,7 +1088,7 @@ bool VirtualRouterAllocate::allocate_authorization(
if (quota_authorization(tmpl, Quotas::VIRTUALROUTER, att, att.resp_msg) == false)
{
return AUTHORIZATION;
return false;
}
return true;