summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-06-09 12:06:19 +0200
committerGünther Deschner <gd@samba.org>2009-06-09 14:09:23 +0200
commitb5ca5412d86bd054b0865a3644c71624f3a8d017 (patch)
tree7df9e3785a0ffd2e97f5a976bc4e006cbca378a8 /source4
parentc0965e0eec78a9900fabd0a55c7e8d8bfc64f4a4 (diff)
downloadsamba-b5ca5412d86bd054b0865a3644c71624f3a8d017.tar.gz
samba-b5ca5412d86bd054b0865a3644c71624f3a8d017.tar.bz2
samba-b5ca5412d86bd054b0865a3644c71624f3a8d017.zip
s4-smbtorture: rename SECRETS to LSA-SECRETS.
Guenther
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/session_key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/session_key.c b/source4/torture/rpc/session_key.c
index c069c62724..431897ac77 100644
--- a/source4/torture/rpc/session_key.c
+++ b/source4/torture/rpc/session_key.c
@@ -215,7 +215,7 @@ static const bool bool_vals[] = { true, false };
/* TEST session key correctness by pushing and pulling secrets */
struct torture_suite *torture_rpc_lsa_secrets(TALLOC_CTX *mem_ctx)
{
- struct torture_suite *suite = torture_suite_create(mem_ctx, "SECRETS");
+ struct torture_suite *suite = torture_suite_create(mem_ctx, "LSA-SECRETS");
int keyexchange, ntlm2, lm_key;
for (keyexchange = 0; keyexchange < ARRAY_SIZE(bool_vals); keyexchange++) {