fix a small bug

This commit is contained in:
Hongze Cheng 2022-04-06 09:39:05 +00:00
parent 0cfbca6284
commit e707047d6c
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ tb_uid_t metaCtbCursorNext(SMCtbCursor *pCtbCur) {
return 0;
}
pCtbIdxKey = pCtbCur->pVal;
pCtbIdxKey = pCtbCur->pKey;
return pCtbIdxKey->uid;
}