diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2014-09-23 10:02:57 -0700 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2014-09-27 01:35:36 +0200 |
| commit | a3ecad4237e1c4094263f31204bb8ae06669c951 (patch) | |
| tree | bb8e6abc2aa9610ad290168b0ccac90abf29265e /source4/torture/rpc | |
| parent | 1ac96a416d7d6db2476f56129166fd9e018e7306 (diff) | |
| download | samba-a3ecad4237e1c4094263f31204bb8ae06669c951.tar.gz samba-a3ecad4237e1c4094263f31204bb8ae06669c951.tar.xz samba-a3ecad4237e1c4094263f31204bb8ae06669c951.zip | |
idl: Merge NETR_TRUST and LSA_TRUST definitions into one set only in lsa.idl
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/torture/rpc')
| -rw-r--r-- | source4/torture/rpc/lsa.c | 2 | ||||
| -rw-r--r-- | source4/torture/rpc/netlogon.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/lsa.c b/source4/torture/rpc/lsa.c index f09fed2e68..0737a0e703 100644 --- a/source4/torture/rpc/lsa.c +++ b/source4/torture/rpc/lsa.c @@ -2101,7 +2101,7 @@ static bool test_query_each_TrustDomEx(struct dcerpc_binding_handle *b, for (i=0; i< domains->count; i++) { - if (domains->domains[i].trust_attributes & NETR_TRUST_ATTRIBUTE_FOREST_TRANSITIVE) { + if (domains->domains[i].trust_attributes & LSA_TRUST_ATTRIBUTE_FOREST_TRANSITIVE) { ret &= test_QueryForestTrustInformation(b, tctx, handle, domains->domains[i].domain_name.string); } diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c index 76135a3a09..a2450cf1c2 100644 --- a/source4/torture/rpc/netlogon.c +++ b/source4/torture/rpc/netlogon.c @@ -2553,7 +2553,7 @@ static bool test_DsrEnumerateDomainTrusts(struct torture_context *tctx, /* get info for transitive forest trusts */ - if (r.out.trusts->array[i].trust_attributes & NETR_TRUST_ATTRIBUTE_FOREST_TRANSITIVE) { + if (r.out.trusts->array[i].trust_attributes & LSA_TRUST_ATTRIBUTE_FOREST_TRANSITIVE) { if (!test_netr_DsRGetForestTrustInformation(tctx, p, r.out.trusts->array[i].dns_name)) { return false; |
