]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/immutable/filenode.py
CheckResults: pass IServer to corrupt/incompatible share locators
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / immutable / filenode.py
index b54d3ded710a433f80ba67491c7c4e149125f429..578445fb08cecf845944126611d6d2521c2a0784 100644 (file)
@@ -154,9 +154,9 @@ class CiphertextFileNode:
                            servers_responding=list(servers_responding),
                            sharemap=sm,
                            count_wrong_shares=0, # no such thing as wrong, for immutable
-                           list_corrupt_shares=cr.get_corrupt_shares(),
+                           list_corrupt_shares=cr.get_new_corrupt_shares(),
                            count_corrupt_shares=len(cr.get_corrupt_shares()),
-                           list_incompatible_shares=cr.get_incompatible_shares(),
+                           list_incompatible_shares=cr.get_new_incompatible_shares(),
                            count_incompatible_shares=len(cr.get_incompatible_shares()),
                            summary="",
                            report=[],