Browse Source

[213] Missing call

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

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

@@ -721,6 +721,7 @@ class BoB:
             component_config['b10-resolver'] = { 'kind': 'needed',
                                                  'special': 'resolver' }
             self.started_resolver_family = True
+            self.__propagate_component_config(component_config)
 
         # Everything after the main components can run as non-root.
         # TODO: this is only temporary - once the privileged socket creator is