validate tfile
This commit is contained in:
parent
15c0275333
commit
cdaf97cb0e
|
@ -148,8 +148,7 @@ TFileReader* tfileReaderCreate(WriterCtx* ctx) {
|
|||
|
||||
if (0 != tfileReaderVerify(reader)) {
|
||||
tfileReaderDestroy(reader);
|
||||
indexError("failed to load index header, suid: %" PRIu64 ", colName: %s", reader->header.suid,
|
||||
reader->header.colName);
|
||||
indexError("invalid tfile, suid: %" PRIu64 ", colName: %s", reader->header.suid, reader->header.colName);
|
||||
return NULL;
|
||||
}
|
||||
// T_REF_INC(reader);
|
||||
|
|
Loading…
Reference in New Issue