mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
samba-tool domain: correctly spell variable name
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
495383c9a6
commit
732233ff3d
@ -3169,7 +3169,7 @@ class cmd_domain_trust_namespaces(DomainTrustCommand):
|
||||
if len(enable_nb) > 0:
|
||||
raise CommandError("--enable-nb not allowed together with --enable-all")
|
||||
|
||||
if len(enable_sid) > 0:
|
||||
if len(enable_sid_str) > 0:
|
||||
raise CommandError("--enable-sid not allowed together with --enable-all")
|
||||
|
||||
if len(enable_tln) > 0:
|
||||
|
Reference in New Issue
Block a user