1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-01 06:50:25 +03:00

F #5204 Show Simple restricted attribute (#464)

This commit is contained in:
juanmont 2017-09-11 09:58:44 +02:00 committed by Ruben S. Montero
parent b381dfc48c
commit 107ee18380

View File

@ -760,6 +760,7 @@ bool Template::check_restricted(string& ra, const Template* base,
if ( ra_b != ra )
{
ra = rit->first;
return true;
}
}