Skip to content

Commit

Permalink
Merge branch '3.8' of https://github.com/JumpMind/symmetric-ds into 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jul 29, 2016
2 parents 57c9666 + 6baacf5 commit 2417187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symmetric-client-clib/src/io/reader/ExtractDataReader.c
Expand Up @@ -153,6 +153,7 @@ SymBatch * SymExtractDataReader_nextBatch(SymExtractDataReader *this) {

SymTable * SymExtractDataReader_nextTable(SymExtractDataReader *this) {
if (this->targetTable == NULL && (this->nextData || this->dataIter->hasNext(this->dataIter))) {
this->lastTriggerHistory = NULL;
SymExtractDataReader_nextData(this);
}
SymTable *table = this->targetTable;
Expand Down

0 comments on commit 2417187

Please sign in to comment.