src/topic_request.cpp
@@ -191,7 +191,7 @@ BHMsg result; const BHMsg &msg = MakeQueryTopic(mq().Id(), topic); if (SyncSendAndRecv(&kBHTopicReqRepCenter, &msg, &result, timeout_ms)) { if (SyncSendAndRecv(&BHTopicReqRepCenter(), &msg, &result, timeout_ms)) { if (result.type() == kMsgTypeQueryTopicReply) { MsgQueryTopicReply reply; if (reply.ParseFromString(result.body())) {