From: Petr Usoltsev Date: Mon, 10 Aug 2026 01:32:26 +0000 (+0800) Subject: samba_kcc: correct NCReplica parameter docstring X-Git-Tag: samba-4.25.0rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad31ff294c6264282134f50c8fbd7a6679c012dc;p=thirdparty%2Fsamba.git samba_kcc: correct NCReplica parameter docstring Signed-off-by: Petr Usoltsev Reviewed-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/python/samba/kcc/kcc_utils.py b/python/samba/kcc/kcc_utils.py index 1cb4bb15e88..93929d45bb6 100644 --- a/python/samba/kcc/kcc_utils.py +++ b/python/samba/kcc/kcc_utils.py @@ -169,7 +169,7 @@ class NCReplica(NamingContext): def __init__(self, dsa, nc_dnstr): """Instantiate a Naming Context Replica - :param dsa_guid: GUID of DSA where replica appears + :param dsa: DSA where replica appears :param nc_dnstr: NC dn string """ self.rep_dsa_dnstr = dsa.dsa_dnstr