Skip to content

Commit

Permalink
create time needs current time
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Oct 26, 2015
1 parent ad9e493 commit 483de05
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 483de05

Please sign in to comment.