mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
Merge pull request #15949 from joscollin/wip-cleanup-rgw-rest-warning
rgw: silence warning from -Wmaybe-uninitialized Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
d19ece90ee
@ -1916,7 +1916,7 @@ int RGWHandler_REST::init_permissions(RGWOp* op)
|
||||
|
||||
int RGWHandler_REST::read_permissions(RGWOp* op_obj)
|
||||
{
|
||||
bool only_bucket;
|
||||
bool only_bucket = false;
|
||||
|
||||
switch (s->op) {
|
||||
case OP_HEAD:
|
||||
|
Loading…
Reference in New Issue
Block a user