]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: Fix setxattr with 0 size specified
authorSidharth Anupkrishnan <sanupkri@redhat.com>
Mon, 6 Jul 2020 09:15:46 +0000 (14:45 +0530)
committerSidharth Anupkrishnan <sanupkri@redhat.com>
Mon, 6 Jul 2020 09:15:50 +0000 (14:45 +0530)
commitdd8f1a544d5c98277d42ecace4dad854c428b262
tree2d72576b4b9b3622bd5a8a73a699c06de326d555
parent58ee1e8065ec11af0f69cd05dbebcfe72b9e27d7
client: Fix setxattr with 0 size specified

When xattrs are set with 0 size, the value should be set to an empty string.
Signed-off-by: Sidharth Anupkrishnan <sanupkri@redhat.com>
src/client/Client.cc