[td-255] fix typo
This commit is contained in:
parent
d263b2ad19
commit
6d659815be
|
@ -2927,7 +2927,7 @@ static int32_t mnodeProcessMultiTableMetaMsg(SMnodeMsg *pMsg) {
|
||||||
pMultiMeta->contLen += pMeta->contLen;
|
pMultiMeta->contLen += pMeta->contLen;
|
||||||
} else {
|
} else {
|
||||||
// ignore error and continue.
|
// ignore error and continue.
|
||||||
// Ttherwise the client may found that the responding message is inconsistent.
|
// Otherwise the client may found that the responding message is inconsistent.
|
||||||
// goto _end;
|
// goto _end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue