mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
Feature #687: Bug in Acl rule string parsing
This commit is contained in:
parent
23928a454c
commit
e33ed54c1b
@ -241,7 +241,7 @@ private
|
||||
users_value = id_str[1..-1].to_i + value
|
||||
|
||||
when "*"
|
||||
value = USERS["ALL"]
|
||||
users_value = USERS["ALL"]
|
||||
end
|
||||
|
||||
return users_value
|
||||
|
Loading…
Reference in New Issue
Block a user