[svn] commit: r1278 - in /trunk/src/bin/xfrin: TODO xfrin.py.in

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Mar 10 12:10:28 UTC 2010


Author: zhanglikun
Date: Wed Mar 10 12:10:27 2010
New Revision: 1278

Log:
1. Add TODO list.
2. Fix the problem of function 'config_handler'.

Added:
    trunk/src/bin/xfrin/TODO
Modified:
    trunk/src/bin/xfrin/xfrin.py.in

Modified: trunk/src/bin/xfrin/xfrin.py.in
==============================================================================
--- trunk/src/bin/xfrin/xfrin.py.in (original)
+++ trunk/src/bin/xfrin/xfrin.py.in Wed Mar 10 12:10:27 2010
@@ -308,7 +308,8 @@
 
 
     def config_handler(self, new_config):
-        answer = create_answer(0, 'ok')
+        # TODO, process new config data
+        return create_answer(0)
 
 
     def _print_settings(self):




More information about the bind10-changes mailing list