BIND 10 trac2025_2, updated. 0cd3e789df96be0f94030fffbdfa5675a76ea6a2 [2025] Fix logic in notify_out.add_slave()
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 21 21:38:10 UTC 2012
The branch, trac2025_2 has been updated
via 0cd3e789df96be0f94030fffbdfa5675a76ea6a2 (commit)
from 1b235c7827500aace4402a601b5110638214e028 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0cd3e789df96be0f94030fffbdfa5675a76ea6a2
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Jun 22 03:07:21 2012 +0530
[2025] Fix logic in notify_out.add_slave()
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/notify/notify_out.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/notify/notify_out.py b/src/lib/python/isc/notify/notify_out.py
index 0036279..160dffc 100644
--- a/src/lib/python/isc/notify/notify_out.py
+++ b/src/lib/python/isc/notify/notify_out.py
@@ -165,7 +165,7 @@ class NotifyOut:
for zone_name, zone_class in sqlite3_ds.get_zones_info(self._db_file):
zone_id = (zone_name, zone_class)
if zone_id not in self._notify_infos:
- return False
+ continue
self._notify_infos[zone_id].notify_slaves.append((address, port))
def send_notify(self, zone_name, zone_class='IN'):
More information about the bind10-changes
mailing list