]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
pytest/getnc_exop: Remove unused variable
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 28 Feb 2023 20:34:26 +0000 (09:34 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 3 Mar 2023 01:07:36 +0000 (01:07 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/drs/python/getnc_exop.py

index 9c16ecca323e7913520b5d653b4c47c1fd6e9889..7121b1ba35f4a4d85ede3ac657c2e7f9f68110af 100644 (file)
@@ -473,7 +473,6 @@ class DrsReplicaSyncTestCase(drs_base.DrsBaseTestCase):
             "dn": cn3,
             "objectclass": "container",
         })
-        cn3_id = self._get_identifier(self.ldb_dc1, cn3)
 
         (hwm5, utdv5) = self._check_replication([dc3, ou1, ou2, self.ou, cn3],
                                                 drsuapi.DRSUAPI_DRS_WRIT_REP)