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:
parent
a135092e55
commit
e3be9339ad
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user