diff options
| author | Damian Johnson <atagar@torproject.org> | 2014-12-10 08:40:16 -0800 |
|---|---|---|
| committer | Damian Johnson <atagar@torproject.org> | 2014-12-10 08:40:16 -0800 |
| commit | ec293c08abaa4502876e98b5dbd277dfff33dd0b (patch) | |
| tree | f9970f1391f6a0a92b52fb2e017498b734d49430 | |
| parent | c337b9eb73d24ff20efc92cddee4781b7276dbff (diff) | |
Gentoo doesn't have any connection resolvers
Well... damn. Looks like Gentoo doesn't have any connection resolvers we can
use...
https://trac.torproject.org/projects/tor/ticket/13904#comment:17
| -rw-r--r-- | stem/util/connection.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stem/util/connection.py b/stem/util/connection.py index c94b6fe9..feb1b34e 100644 --- a/stem/util/connection.py +++ b/stem/util/connection.py @@ -255,6 +255,8 @@ def system_resolvers(system = None): resolvers = [] elif system in ('Darwin', 'OpenBSD'): resolvers = [Resolver.LSOF] + elif stem.util.system.is_gentoo(): + resolvers = [] elif system == 'FreeBSD': # Netstat is available, but lacks a '-p' equivilant so we can't associate # the results to processes. The platform also has a ss command, but it |
