зеркало из https://github.com/mozilla/stoneridge.git
Fix lint warnings in named
This commit is contained in:
Родитель
4b8c41a25e
Коммит
a3548eab0e
|
@ -21,7 +21,7 @@ class NeckoDnsProxyServer(DnsProxyServer):
|
|||
return self.necko_ips[client]
|
||||
except (AttributeError, KeyError):
|
||||
iproute = subprocess.Popen(['ip', 'route', 'get', client],
|
||||
stdout=subprocess.PIPE)
|
||||
stdout=subprocess.PIPE)
|
||||
res = iproute.stdout.read()
|
||||
iproute.wait()
|
||||
bits = res.split()
|
||||
|
|
Загрузка…
Ссылка в новой задаче