]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2853] Update comment
authorMukund Sivaraman <muks@isc.org>
Thu, 6 Jun 2013 23:36:51 +0000 (05:06 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 6 Jun 2013 23:36:51 +0000 (05:06 +0530)
src/lib/python/isc/datasrc/tests/clientlist_test.py

index b914af6b8546220962c55c3c937bf973935de9e3..a88e19c666311a90cd74ff9974ee41abc029a59c 100644 (file)
@@ -39,9 +39,10 @@ class ClientListTest(unittest.TestCase):
         self.finder = None
 
         # If a test created a ZoneWriter with a mapped memory segment,
-        # the writer will need the file to exist until it's destroyed.
-        # So we'll make sure to destroy the writer (by resetting it)
-        # before removing the file below.
+        # the writer will hold a reference to the client list which will
+        # need the mapfile to exist until it's destroyed.  So we'll make
+        # sure to destroy the writer (by resetting it) before removing
+        # the mapfile below.
         self.__zone_writer = None
         self.clist = None