summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-07-10 13:41:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:59:23 -0500
commita0fa5051bdb30d2d5e6d106f7c67c00211c93341 (patch)
tree22969f1f29e340ca8cafcaa4b231daee3ab545ee /source4/torture
parent1cc770fc588b86b5162689c7acdafa05b745f059 (diff)
downloadsamba-a0fa5051bdb30d2d5e6d106f7c67c00211c93341.tar.gz
samba-a0fa5051bdb30d2d5e6d106f7c67c00211c93341.tar.bz2
samba-a0fa5051bdb30d2d5e6d106f7c67c00211c93341.zip
r23816: A little more static, but leave the dead code testjoin.c as documentation.
Andrew Bartlett (This used to be commit 6679003c0553804333f0090a91e1fe53837ceb47)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/testjoin.c14
1 files changed, 3 insertions, 11 deletions
diff --git a/source4/torture/rpc/testjoin.c b/source4/torture/rpc/testjoin.c
index a4f6a3207c..31d782ae24 100644
--- a/source4/torture/rpc/testjoin.c
+++ b/source4/torture/rpc/testjoin.c
@@ -420,7 +420,7 @@ struct policy_handle *torture_join_samr_user_policy(struct test_join *join)
return &join->user_handle;
}
-NTSTATUS torture_leave_ads_domain(TALLOC_CTX *mem_ctx, struct libnet_JoinDomain *libnet_r)
+static NTSTATUS torture_leave_ads_domain(TALLOC_CTX *mem_ctx, struct libnet_JoinDomain *libnet_r)
{
int rtn;
TALLOC_CTX *tmp_ctx;
@@ -549,6 +549,7 @@ const char *torture_join_dom_dns_name(struct test_join *join)
}
+#if 0 /* Left as the documentation of the join process, but see new implementation in libnet_become_dc.c */
struct test_join_ads_dc {
struct test_join *join;
};
@@ -668,14 +669,5 @@ struct test_join_ads_dc *torture_join_domain_ads_dc(const char *machine_name,
/* W2K3: see libnet/libnet_become_dc.c */
return join;
}
-
-void torture_leave_domain_ads_dc(struct test_join_ads_dc *join)
-{
-/* W2K3: see libnet/libnet_unbecome_dc.c */
-
- if (join->join) {
- torture_leave_domain(join->join);
- }
- talloc_free(join);
-}
+#endif