From 7468ce6f93d21af2bec35d52d16efe9cced0d1e8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 28 Jun 2012 14:57:17 +0200 Subject: s4-torture: fix typo in samlogon test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User(master): Günther Deschner Autobuild-Date(master): Thu Jun 28 18:43:46 CEST 2012 on sn-devel-104 --- source4/torture/rpc/samlogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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, -- cgit