Declare & define insufficient_priv

This commit is contained in:
Chris Czub 2015-10-29 16:01:24 -04:00
parent 70c28f5d34
commit 88451ef245

View File

@ -19,6 +19,7 @@ class Resolver(object):
def original_addr(self, csock):
peer = csock.getpeername()
insufficient_priv = False
try:
stxt = subprocess.check_output(self.STATECMD, stderr=subprocess.STDOUT)
except subprocess.CalledProcessError, e: