Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Oct 13, 2023
1 parent 423aa1f commit dbe3e14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/pubnub_ccore_pubsub.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,7 @@ enum pubnub_res pbcc_publish_prep(struct pbcc_context* pb,
if (NULL == encrypted.ptr) {
PUBNUB_LOG_ERROR("pbcc_publish_prep(pbcc=%p) - encryption failed\n", pb);
free(message_block.ptr);
// TODO: add a specific error code for this
// left as todo because of breaking the API

return PNR_INTERNAL_ERROR;
}

Expand Down

0 comments on commit dbe3e14

Please sign in to comment.