Commit 43730cb
committed
don't call ctypes.util.find_library on non-sonames
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.1 parent 583f939 commit 43730cb
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| |||
0 commit comments