diff --git a/source/dnode/mgmt/node_mgmt/src/dmTransport.c b/source/dnode/mgmt/node_mgmt/src/dmTransport.c index 3a25119c3f..6fefd47a6f 100644 --- a/source/dnode/mgmt/node_mgmt/src/dmTransport.c +++ b/source/dnode/mgmt/node_mgmt/src/dmTransport.c @@ -174,7 +174,7 @@ static void dmProcessRpcMsg(SDnode *pDnode, SRpcMsg *pRpc, SEpSet *pEpSet) { case TDMT_MND_RETRIEVE_IP_WHITE_RSP: dmUpdateRpcIpWhite(&pDnode->data, pTrans->serverRpc, pRpc); return; - case TDMT_MND_RETRIEVE_ANALY_ALGO_RSP: + case TDMT_MND_RETRIEVE_ANAL_ALGO_RSP: dmUpdateAnalFunc(&pDnode->data, pTrans->serverRpc, pRpc); return; default: