Skip to content

Commit

Permalink
Merge pull request #61 from kaaproject/bug/APP-57
Browse files Browse the repository at this point in the history
APP-57: Endless loop if logs where sent in single bucket
  • Loading branch information
RostakaGmfun committed Mar 14, 2016
2 parents b93f241 + 826ef6d commit cc2715f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacollectiondemo/source/c/src/kaa_demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static void success_log_delivery(void *context, const kaa_log_bucket_info_t *buc
bucket->bucket_id,
bucket->log_count);

log_successfully_sent_counter++;
log_successfully_sent_counter += bucket->log_count;
}

/* Under normal conditions this callback shouldn't be called */
Expand Down

0 comments on commit cc2715f

Please sign in to comment.