fix: restore stream code

This commit is contained in:
shenglian zhou 2022-12-10 15:53:32 +08:00
parent 3024e91a8d
commit 25029a2e7a
1 changed files with 1 additions and 1 deletions

View File

@ -2001,7 +2001,7 @@ FETCH_NEXT_BLOCK:
goto NEXT_SUBMIT_BLK;
} else {
ASSERT(0)
ASSERT(0);
return NULL;
}
}