From 1b738963ee69eaf4951fc34d03636f840ca5fadf Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 26 Dec 2011 15:52:59 +1100 Subject: s3-auth remove outdated comment Signed-off-by: Stefan Metzmacher Autobuild-User: Stefan Metzmacher Autobuild-Date: Thu Jan 5 18:51:47 CET 2012 on sn-devel-104 --- source3/smbd/seal.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/smbd/seal.c') diff --git a/source3/smbd/seal.c b/source3/smbd/seal.c index 042ed97e0d..ddda763847 100644 --- a/source3/smbd/seal.c +++ b/source3/smbd/seal.c @@ -93,9 +93,6 @@ static NTSTATUS make_auth_ntlmssp(const struct tsocket_address *remote_address, return nt_status_squash(status); } - /* We do not need the auth_ntlmssp layer any more, which was - * allocated on NULL, so promote gensec_security to the NULL - * context */ es->s.gensec_security = gensec_security; return status; -- cgit