fix transfer crash
This commit is contained in:
parent
1b755dd4e7
commit
d6840ae07f
|
@ -136,7 +136,6 @@ TdFilePtr streamOpenFile(char* path, char* name, int32_t opt) {
|
|||
char fullname[256] = {0};
|
||||
|
||||
STREAM_ROCKSDB_BUILD_FULLNAME(path, name, fullname);
|
||||
qInfo("stream open file %s", fullname);
|
||||
return taosOpenFile(fullname, opt);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue