STEP07 - TMP/DEBUG debug binding
authorMichael Adam <obnox@samba.org>
Wed, 2 Sep 2015 17:55:35 +0000 (19:55 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 10 Feb 2020 13:37:55 +0000 (14:37 +0100)
source3/smbd/smb2_sesssetup.c

index 9fdeafcf7da04b6e9c05ec690855b05390fa7eaf..6b17b821c25afb0692f87c4851434b291f920dee 100644 (file)
@@ -853,6 +853,7 @@ static struct tevent_req *smbd_smb2_session_setup_send(TALLOC_CTX *mem_ctx,
                }
 
                if (in_session_id == 0) {
+               DEBUG(0,("%s:%s: session binding requested\n", __location__, __func__));
                        tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
                        return tevent_req_post(req, ev);
                }