We need to re-activate this once we support multitple domains
in out own forest.
Fixes CID
1642726: Control flow issues (UNREACHABLE)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue Feb 11 23:18:02 UTC 2025 on atb-devel-224
"domain[%s/%s]\n",
domains[i]->netbios_name,
domains[i]->domain_name);
+ /* trust_flags |= NETR_TRUST_FLAG_IN_FOREST; */
continue;
-
- trust_flags |= NETR_TRUST_FLAG_IN_FOREST;
}
if (domains[i]->trust_attributes & LSA_TRUST_ATTRIBUTE_CROSS_ORGANIZATION) {