diff options
-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; |