STEP07 - DEBUG - smb2:session bind
authorMichael Adam <obnox@samba.org>
Fri, 8 May 2015 21:57:44 +0000 (23:57 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 10 Feb 2020 14:17:27 +0000 (15:17 +0100)
source3/smbd/smb2_sesssetup.c

index df472a2b6e605643f0a93693428e5e108e8e4710..4a2a5eefc0f7643c285bee1f5a4c072952783b05 100644 (file)
@@ -842,6 +842,7 @@ static struct tevent_req *smbd_smb2_session_setup_send(TALLOC_CTX *mem_ctx,
 
        if (in_flags & SMB2_SESSION_FLAG_BINDING) {
                if (smb2req->xconn->protocol < PROTOCOL_SMB2_22) {
+               DEBUG(0,("%s:%s: session binding requested\n", __location__, __func__));
                        tevent_req_nterror(req, NT_STATUS_REQUEST_NOT_ACCEPTED);
                        return tevent_req_post(req, ev);
                }