]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph_json: use different string constructor for parser buffer
authorYehuda Sadeh <yehuda@inktank.com>
Wed, 25 Sep 2013 20:04:48 +0000 (13:04 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Fri, 27 Sep 2013 23:44:19 +0000 (16:44 -0700)
commit793d9d27b2398de80931d81216d22eda3b63a096
treed5590678755978c2a93b594d03d467e7ec83b349
parentc8cae87e9e08468cc86145e0fd60c05d12826239
ceph_json: use different string constructor for parser buffer

Fixes: #6397
Previous implementation did not user the constructor with the length
param.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/common/ceph_json.cc