]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: do not clear message payload
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 9 Jan 2019 22:35:40 +0000 (14:35 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 9 Jan 2019 22:59:17 +0000 (14:59 -0800)
commit486a9ca67bae44607614c8ace8cc7c1afebdeae6
tree0babeaf2e34af16f71a712a30bd3529bd4b0287c
parent0243fd9cbef884309c24157593be882e71878297
client: do not clear message payload

We don't send the message back to the MDS and modifying the incoming message is
evil; it should be treated const.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/client/Client.cc