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

build: add sys/socket.h to dnsbl_filter #100

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

brad0
Copy link
Contributor

@brad0 brad0 commented Jul 2, 2024

Fix building on OpenBSD.

exch/dnsbl_filter.cpp:38:16: error: use of undeclared identifier 'AF_INET6'
        if (inet_pton(AF_INET6, src, &dst) != 1) {
                      ^
1 error generated.

Fix building on OpenBSD.

exch/dnsbl_filter.cpp:38:16: error: use of undeclared identifier 'AF_INET6'
        if (inet_pton(AF_INET6, src, &dst) != 1) {
                      ^
1 error generated.
@jengelh jengelh changed the base branch from master to prime July 2, 2024 04:43
@jengelh jengelh merged commit 3654a57 into grommunio:prime Jul 2, 2024
1 check failed
@brad0 brad0 deleted the dnsbl_filter_sys_socket branch July 2, 2024 04:45
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.

2 participants