Skip to content

Commit

Permalink
Merge branch '3.7' of https://github.com/JumpMind/symmetric-ds.git in…
Browse files Browse the repository at this point in the history
…to 3.7
  • Loading branch information
mmichalek committed Oct 26, 2015
2 parents c8f898a + 483de05 commit 16a5219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symmetric-client-clib/src/model/OutgoingBatch.c
Expand Up @@ -66,5 +66,6 @@ SymOutgoingBatch * SymOutgoingBatch_newWithNode(SymOutgoingBatch *this, char *no
this->nodeId = nodeId;
this->channelId = channelId;
this->status = status;
this->createTime = SymDate_new();
return this;
}

0 comments on commit 16a5219

Please sign in to comment.