From: Michal 'vorner' Vaner Date: Mon, 26 Aug 2013 10:33:21 +0000 (+0200) Subject: [2857] Comment about returned command X-Git-Tag: bind10-1.2.0beta1-release~228^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5da41fa159bbf626a3c9acd0d4e49e96282d7589;p=thirdparty%2Fkea.git [2857] Comment about returned command --- diff --git a/src/bin/memmgr/memmgr.py.in b/src/bin/memmgr/memmgr.py.in index 889ce03aba..7d7d6de10a 100755 --- a/src/bin/memmgr/memmgr.py.in +++ b/src/bin/memmgr/memmgr.py.in @@ -153,6 +153,9 @@ class Memmgr(BIND10Server): (_, dsrc_info, rrclass, dsrc_name) = notification sgmt_info = dsrc_info.segment_info_map[(rrclass, dsrc_name)] cmd = sgmt_info.complete_update() + # It may return another load command on the same data source. + # If it is so, we execute it too, before we start + # synchronizing with the readers. if cmd is not None: self._cmd_to_builder(cmd) else: