提交 13077767 编写于 作者: Y yihaoDeng

fix recover error

上级 9434b4ea
......@@ -883,7 +883,7 @@ int32_t decodeValueFunc(void* value, int32_t vlen, int64_t* ttl, char** dest) {
SStreamValue key = {0};
char* p = value;
if (streamStateValueIsStale(p)) {
*dest = NULL;
if (dest != NULL) *dest = NULL;
return -1;
}
p = taosDecodeFixedI64(p, &key.unixTimestamp);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册