Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix_resent_bcc_parsing'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Weigel committed Feb 14, 2022
2 parents b4ca539 + 5bdb766 commit 80ee427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/low-level/imf/mailimf.c
Original file line number Diff line number Diff line change
Expand Up @@ -6503,7 +6503,7 @@ mailimf_resent_bcc_parse(const char * message, size_t length,
* result = bcc;
* indx = cur_token;

return TRUE;
return MAILIMF_NO_ERROR;

free_addr_list:
mailimf_address_list_free(addr_list);
Expand Down

0 comments on commit 80ee427

Please sign in to comment.