s3-auth remove outdated comment
authorAndrew Bartlett <abartlet@samba.org>
Mon, 26 Dec 2011 04:52:59 +0000 (15:52 +1100)
committerStefan Metzmacher <metze@samba.org>
Thu, 5 Jan 2012 17:51:47 +0000 (18:51 +0100)
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

source3/smbd/seal.c

index 042ed97e0dff7464ba67e2c2e56f0a8c4df48484..ddda7638472408c3d1b3e6885be87b6d1b8ba103 100644 (file)
@@ -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;