Skip to content

Commit

Permalink
rgw: fix compiling error
Browse files Browse the repository at this point in the history
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
  • Loading branch information
xiexingguo committed Mar 31, 2016
1 parent e550552 commit 535eb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_rest_s3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2428,7 +2428,7 @@ void RGWListMultipart_ObjStore_S3::send_response()
dump_time(s, "LastModified", &info.modified);

s->formatter->dump_unsigned("PartNumber", info.num);
s->formatter->dump_format("ETag", "\"%s\"", info->etag.c_str());
s->formatter->dump_format("ETag", "\"%s\"", info.etag.c_str());
s->formatter->dump_unsigned("Size", info.size);
s->formatter->close_section();
}
Expand Down

0 comments on commit 535eb0e

Please sign in to comment.