]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw.iam: change '1' to '1ULL' in function print_actions 18900/head
authorBingyin Zhang <zhangbingyin@cloudin.cn>
Mon, 13 Nov 2017 10:47:46 +0000 (18:47 +0800)
committerBingyin Zhang <zhangbingyin@cloudin.cn>
Mon, 13 Nov 2017 10:47:46 +0000 (18:47 +0800)
commitcff5537d5f8b961bb2d874eccc71ca4d564adaf6
tree12ca206b202b4164a05fdfcd3055b3c3e4420148
parent1ecc1883d79613dd5a63414bf34f7355aee73e8e
rgw.iam: change '1' to '1ULL' in function print_actions

* IAM has 54 operations corresponding to 54 bits. 1 is a signed integer
* which can cover 31 operations, so we need 1ULL here.

Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
src/rgw/rgw_iam_policy.cc