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

don't call ctypes.util.find_library on non-sonames #227

Merged
merged 1 commit into from
Jan 31, 2018

Conversation

benjaminp
Copy link
Contributor

If IPTABLES_LIBDIR is given, we will pass potential paths to
_do_find_library. In this case, calling ctypes.util.find_library is not helpful,
and we should simply try to load the library directly.

If IPTABLES_LIBDIR is given, we will pass potential paths to
_do_find_library. In this case, calling ctypes.util.find_library is not helpful,
and we should simply try to load the library directly.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 59.384% when pulling 43730cb on benjaminp:find-library-abs into 583f939 on ldx:master.

1 similar comment
@coveralls
Copy link

coveralls commented Jan 31, 2018

Coverage Status

Coverage increased (+0.1%) to 59.384% when pulling 43730cb on benjaminp:find-library-abs into 583f939 on ldx:master.

@ldx ldx merged commit a2abf9d into ldx:master Jan 31, 2018
@ldx
Copy link
Owner

ldx commented Jan 31, 2018

Thanks!

@benjaminp benjaminp deleted the find-library-abs branch February 1, 2018 00:08
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.

None yet

3 participants