fix(stream):forbid create stream on Windows

This commit is contained in:
54liuyao 2024-08-29 16:10:06 +08:00
parent e49c2351ce
commit 460394038d
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@ static int32_t mndProcessCreateStreamReq(SRpcMsg *pReq) {
}
#ifdef WINDOWS
terrno = TSDB_CODE_MND_INVALID_PLATFORM;
code = TSDB_CODE_MND_INVALID_PLATFORM;
goto _OVER;
#endif