Skip to content

Commit

Permalink
Merge pull request #5237: rgw: empty json response when getting user …
Browse files Browse the repository at this point in the history
…quota

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
ldachary committed Jul 16, 2015
2 parents 0b5bf47 + e50caab commit 1212182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rgw/rgw_rest_user.cc
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ void RGWOp_Quota_Info::execute()
if (http_ret < 0)
return;

flusher.start(0);
if (show_all) {
UserQuotas quotas(info);
encode_json("quota", quotas, s->formatter);
Expand Down

0 comments on commit 1212182

Please sign in to comment.