Skip to content

Commit

Permalink
Revert API break in vendored libmilter
Browse files Browse the repository at this point in the history
  • Loading branch information
roehling committed May 6, 2024
1 parent 99be979 commit 639eaea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ FetchContent_Declare(
FetchContent_Declare(
LibMilter
GIT_REPOSITORY https://github.com/jons/libmilter
GIT_TAG f3b7aa0336be0d0fdbca25b97e1e7fcb46e3f333
GIT_TAG 98d481b0fd3ba1e2ca420c7c43fcc50afdae879f
)

FetchContent_Declare(
Expand Down
2 changes: 1 addition & 1 deletion src/milter.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ void milter_main(cfg_t* cfg, srs_t* srs, const char* srs_domain,
g_srs = srs;
g_srs_domain = srs_domain;
g_local_domains = local_domains;
smfi_main(NULL);
smfi_main();
if (milter_path != NULL && milter_lock > 0)
{
release_lock(milter_path, milter_lock);
Expand Down

0 comments on commit 639eaea

Please sign in to comment.