mirror of
https://github.com/samba-team/samba.git
synced 2025-08-14 09:49:28 +03:00
samba_kcc: remove an unused variable
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
committed by
Douglas Bagnall
parent
2c6cac990e
commit
406284be95
@ -858,8 +858,6 @@ class KCC(object):
|
|||||||
:param current_dsa: optional DSA on whose behalf we are acting.
|
:param current_dsa: optional DSA on whose behalf we are acting.
|
||||||
:return: None
|
:return: None
|
||||||
"""
|
"""
|
||||||
count = 0
|
|
||||||
|
|
||||||
ro = False
|
ro = False
|
||||||
if current_dsa is None:
|
if current_dsa is None:
|
||||||
current_dsa = self.my_dsa
|
current_dsa = self.my_dsa
|
||||||
|
Reference in New Issue
Block a user