]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: correct comment about setting auth_client for messenger 37293/head
authorChangcheng Liu <changcheng.liu@aliyun.com>
Tue, 22 Sep 2020 05:11:57 +0000 (13:11 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Tue, 22 Sep 2020 07:41:34 +0000 (15:41 +0800)
commit072b552173aa5f30c9f4cd5059f8baa86d96177a
tree7baddf91d3ef67ac0186dab54822d27250fc678d
parente806c4085d11f21447b1d4dcdb3a737a66af5d04
osd: correct comment about setting auth_client for messenger

client_messenger's auth_client has not been set until call
monc->init();

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
src/osd/OSD.cc