[PATCH] Fix a typo

Volker Lendecke Volker.Lendecke at SerNet.DE
Thu Dec 21 10:01:52 UTC 2017


Hi!

Review appreciated!

Thanks, Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From 725ef033cc81ae4a64aaa168c05936b00fb2c48f Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Thu, 21 Dec 2017 11:01:18 +0100
Subject: [PATCH] torture: Fix a typo

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 source4/torture/smb2/session.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source4/torture/smb2/session.c b/source4/torture/smb2/session.c
index fca055294b2..90d5ce9a29f 100644
--- a/source4/torture/smb2/session.c
+++ b/source4/torture/smb2/session.c
@@ -1148,7 +1148,7 @@ static bool test_session_expire1(struct torture_context *tctx)
 						   credentials,
 						   0 /* previous_session_id */);
 		torture_assert_ntstatus_ok_goto(tctx, status, ret, done,
-					"smb2_session_seutup_spnego failed");
+					"smb2_session_setup_spnego failed");
 	}
 
 	ZERO_STRUCT(qfinfo.access_information.out);
-- 
2.11.0



More information about the samba-technical mailing list