Browse Source

[trac761] let ccsession handle logging config

Jelte Jansen 14 years ago
parent
commit
dcb32f7928
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/bin/xfrin/xfrin.py.in

+ 2 - 1
src/bin/xfrin/xfrin.py.in

@@ -551,7 +551,8 @@ class Xfrin:
         self._send_cc_session = isc.cc.Session()
         self._module_cc = isc.config.ModuleCCSession(SPECFILE_LOCATION,
                                               self.config_handler,
-                                              self.command_handler)
+                                              self.command_handler,
+                                              None, True)
         self._module_cc.start()
         config_data = self._module_cc.get_full_config()
         self.config_handler(config_data)