1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

python: Correct comment

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15852

Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Jennifer Sutton
2024-09-03 11:38:13 +12:00
committed by Jo Sutton
parent 6fa5aff846
commit 8fc5c78ff6

View File

@@ -226,7 +226,7 @@ class drs_Replicate(object):
def _calculate_missing_anc_locally(self, ctr):
self.guids_seen = set()
# walk objects in ctr, add to guid_seen as we see them
# walk objects in ctr, add to guids_seen as we see them
# note if an object doesn't have a parent
object_to_check = ctr.first_object