diff options
author | Günther Deschner <gd@samba.org> | 2012-06-28 14:57:17 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2012-06-28 18:43:46 +0200 |
commit | 7468ce6f93d21af2bec35d52d16efe9cced0d1e8 (patch) | |
tree | 576cb23472317dad8afeab1044f765e92a25aace | |
parent | 4aaeed2dac9958ab56fc7d757386285efc64e805 (diff) | |
download | samba-7468ce6f93d21af2bec35d52d16efe9cced0d1e8.tar.gz samba-7468ce6f93d21af2bec35d52d16efe9cced0d1e8.tar.bz2 samba-7468ce6f93d21af2bec35d52d16efe9cced0d1e8.zip |
s4-torture: fix typo in samlogon test.
Guenther
Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Thu Jun 28 18:43:46 CEST 2012 on sn-devel-104
-rw-r--r-- | source4/torture/rpc/samlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samlogon.c b/source4/torture/rpc/samlogon.c index 4b977754c9..b67c832a09 100644 --- a/source4/torture/rpc/samlogon.c +++ b/source4/torture/rpc/samlogon.c @@ -1923,7 +1923,7 @@ bool torture_rpc_samlogon(struct torture_context *torture) .old_password = true }, { - .comment = "test user (wong workstation): domain\\user", + .comment = "test user (wrong workstation): domain\\user", .domain = userdomain, .username = TEST_USER_NAME_WRONG_WKS, .password = user_password_wrong_wks, |