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:
parent
7232e0b166
commit
d6f9c2b453
@ -168,6 +168,8 @@ int UserPool::allocate (
|
||||
|
||||
group->unlock();
|
||||
|
||||
return *oid;
|
||||
|
||||
error_name:
|
||||
oss << "NAME cannot be empty.";
|
||||
goto error_common;
|
||||
|
Loading…
Reference in New Issue
Block a user