Browse Source

[1372] a small comment update

JINMEI Tatuya 13 years ago
parent
commit
3647e8ff9c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/xfrout/xfrout.py.in

+ 1 - 0
src/bin/xfrout/xfrout.py.in

@@ -391,6 +391,7 @@ class XfroutSession():
             logger.info(XFROUT_IXFR_NO_SOA, format_addrinfo(self._remote))
             return Rcode.FORMERR()
 
+        # Retrieve the local SOA
         rcode, self._soa = self._get_zone_soa(zone_name)
         if rcode != Rcode.NOERROR():
             return rcode