[svn] commit: r2913 - /branches/trac329/src/bin/xfrin/xfrin.py.in

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Sep 14 11:05:02 UTC 2010


Author: zhanglikun
Date: Tue Sep 14 11:05:01 2010
New Revision: 2913

Log:
Add some comments for publishing zone transfer result news.

Modified:
    branches/trac329/src/bin/xfrin/xfrin.py.in

Modified: branches/trac329/src/bin/xfrin/xfrin.py.in
==============================================================================
--- branches/trac329/src/bin/xfrin/xfrin.py.in (original)
+++ branches/trac329/src/bin/xfrin/xfrin.py.in Tue Sep 14 11:05:01 2010
@@ -329,7 +329,10 @@
     ret = XFRIN_FAIL
     if conn.connect_to_master():
         ret = conn.do_xfrin(check_soa)
-
+    
+    # Publish the zone transfer result news, so zonemgr can reset the
+    # zone timer, and xfrout can notify the zone's slaves if the result
+    # is success.
     server.publish_xfrin_news(zone_name, rrclass, ret)
     xfrin_recorder.decrement(zone_name)
 




More information about the bind10-changes mailing list