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

Feature #687: Bug in Acl rule string parsing

This commit is contained in:
Carlos Martín 2011-07-06 16:23:40 +02:00
parent 23928a454c
commit e33ed54c1b

View File

@ -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