Browse Source

[1510] Don't call auth and resolver with -u

Michal 'vorner' Vaner 13 years ago
parent
commit
7fc73c203b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/bin/bind10/bind10_src.py.in

+ 0 - 4
src/bin/bind10/bind10_src.py.in

@@ -572,8 +572,6 @@ class BoB:
         authargs = ['b10-auth']
         if self.nocache:
             authargs += ['-n']
-        if self.uid:
-            authargs += ['-u', str(self.uid)]
         if self.verbose:
             authargs += ['-v']
 
@@ -591,8 +589,6 @@ class BoB:
         self.curproc = "b10-resolver"
         # XXX: this must be read from the configuration manager in the future
         resargs = ['b10-resolver']
-        if self.uid:
-            resargs += ['-u', str(self.uid)]
         if self.verbose:
             resargs += ['-v']