summaryrefslogtreecommitdiff
path: root/source4/torture/rpc
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-11 17:58:02 +0200
committerMichael Adam <obnox@samba.org>2012-06-12 07:21:45 +0200
commit7dd22bdb476e7565a755bf44040ed505d84e07a9 (patch)
treee197ce78c980b338b306ad5088dc30701e0ef087 /source4/torture/rpc
parent2a1ab927932675b5ea3a22628f55f34882f7c682 (diff)
downloadsamba-7dd22bdb476e7565a755bf44040ed505d84e07a9.tar.gz
samba-7dd22bdb476e7565a755bf44040ed505d84e07a9.tar.bz2
samba-7dd22bdb476e7565a755bf44040ed505d84e07a9.zip
s4:torture: fix use of non-existent word (existant)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r--source4/torture/rpc/samr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c
index bf1d713eed..a460211e81 100644
--- a/source4/torture/rpc/samr.c
+++ b/source4/torture/rpc/samr.c
@@ -7950,7 +7950,7 @@ static bool test_samr_ValidatePassword(struct dcerpc_pipe *p,
r.out.rep = &repp;
ZERO_STRUCT(req);
- req.req3.account.string = "non-existant-account-aklsdji";
+ req.req3.account.string = "non-existent-account-aklsdji";
for (i=0; passwords[i]; i++) {
req.req3.password.string = passwords[i];