]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cls: Fix order of operations of std::string constructor
authorAdam C. Emerson <aemerson@redhat.com>
Mon, 10 Apr 2017 19:35:23 +0000 (15:35 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 11 Apr 2017 01:57:14 +0000 (21:57 -0400)
commit7f0a5498c63aa0e54add04034c8f590ce93bdbb0
tree72178de4633b7d7c2a35c009911a9d32834de32e
parent3c4811fad36a556e5a38539b753b3158b3d4c64b
cls: Fix order of operations of std::string constructor

Presumably the intent was to create a string with 128 '1's, rather than
a string with 49 '\200's.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/cls/journal/cls_journal_types.cc