sync with master and restore log format
This commit is contained in:
parent
f805fdeaad
commit
282eaa3974
|
@ -578,7 +578,7 @@ static int32_t tsdbSyncSendDFileSet(SSyncH *pSynch, SDFileSet *pSet) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// No file any more, no need to send file, just return
|
// No file any more, no need to send file, just return
|
||||||
if (pSet == NULL) {
|
if (pSet == NULL) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue