1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

feature #407: Fixed bug in user allocate

This commit is contained in:
Ruben S. Montero 2011-06-09 01:38:51 +02:00
parent 7232e0b166
commit d6f9c2b453

View File

@ -168,6 +168,8 @@ int UserPool::allocate (
group->unlock();
return *oid;
error_name:
oss << "NAME cannot be empty.";
goto error_common;