diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-26 15:52:59 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-05 18:51:47 +0100 |
commit | 1b738963ee69eaf4951fc34d03636f840ca5fadf (patch) | |
tree | 37aaea18eaac670548207929b586b2a569a735ed /source3 | |
parent | 4ac34f3288267f02003de8c622b3375f1a6752bb (diff) | |
download | samba-1b738963ee69eaf4951fc34d03636f840ca5fadf.tar.gz samba-1b738963ee69eaf4951fc34d03636f840ca5fadf.tar.bz2 samba-1b738963ee69eaf4951fc34d03636f840ca5fadf.zip |
s3-auth remove outdated comment
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Jan 5 18:51:47 CET 2012 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/seal.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; |