Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix returned tuple from s2s_receive_packet handler #345

Merged

Conversation

sstrigler
Copy link
Contributor

If we return {{stop, drop}, State} we don't correctly stop the hook handler. Instead stop must be isolated and the returned value must be {drop, State}.

fixes #344

If we return {{stop, drop}, State} we don't correctly stop the hook handler.
Instead `stop` must be isolated and the returned value must be `{drop, State}`.
@sstrigler sstrigler marked this pull request as ready for review January 8, 2025 14:23
@weiss weiss merged commit 9e747bf into processone:master Jan 8, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

crash in mod_spam_filter
2 participants