Merge pull request #27531 from taosdata/fix/ly_stream

fix(stream):forbid create stream on Windows
This commit is contained in:
Haojun Liao 2024-08-29 19:28:50 +08:00 committed by GitHub
commit 1f8c9a3402
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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