mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
werror: Correct the error code checking
Broken in commit ea3c3f10ed
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
372f5dd4a2
commit
f1147106ef
@ -2089,7 +2089,7 @@ class cmd_domain_trust_show(DomainTrustCommand):
|
||||
local_tdo_forest = local_lsa.lsaRQueryForestTrustInformation(local_policy,
|
||||
lsaString, lsa.LSA_FOREST_TRUST_DOMAIN_INFO)
|
||||
except RuntimeError as error:
|
||||
if self.check_runtime_error(error, self.NT_STATUS_RPC_PROCNUM_OUT_OF_RANGE):
|
||||
if self.check_runtime_error(error, ntstatus.NT_STATUS_RPC_PROCNUM_OUT_OF_RANGE):
|
||||
error = None
|
||||
if self.check_runtime_error(error, ntstatus.NT_STATUS_NOT_FOUND):
|
||||
error = None
|
||||
|
Loading…
Reference in New Issue
Block a user