diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-04-11 19:35:15 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-04-11 19:35:15 +1000 |
commit | c82e9c9f6dce7968d807a2b58527a86134026168 (patch) | |
tree | 83b62c515092440dcec512bb34eec8581d8fe621 /source4/torture | |
parent | e44f0e7b75a15e61427a6520999d0d79b78e9d2a (diff) | |
download | samba-c82e9c9f6dce7968d807a2b58527a86134026168.tar.gz samba-c82e9c9f6dce7968d807a2b58527a86134026168.tar.bz2 samba-c82e9c9f6dce7968d807a2b58527a86134026168.zip |
Don't specify the ntds_guid to the C -> python provision interface
This paramter was not used anyway.
Andrew Bartlett
(This used to be commit 6875e6823f7a1fe9066bff4dffcab658a17d3b8c)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/local/torture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/local/torture.c b/source4/torture/local/torture.c index b48b191be6..7935f6cc35 100644 --- a/source4/torture/local/torture.c +++ b/source4/torture/local/torture.c @@ -61,7 +61,6 @@ static bool test_provision(struct torture_context *tctx) settings->realm = "EXAMPLE.COM"; settings->domain = "EXAMPLE"; settings->netbios_name = "torture"; - settings->ntds_guid = NULL; settings->ntds_dn_str = NULL; settings->machine_password = "geheim"; |