1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r4101: ignore secondary session requests to cope with a OS/2 bug reported by

Guenter Kukkukk
This commit is contained in:
Andrew Tridgell 2004-12-08 11:02:47 +00:00 committed by Gerald (Jerry) Carter
parent 74b9ef4de5
commit 49c8df5648

View File

@ -2378,8 +2378,7 @@ void reply_special(struct smbsrv_request *req)
switch (msg_type) {
case 0x81: /* session request */
if (req->smb_conn->negotiate.done_nbt_session) {
smbsrv_terminate_connection(req->smb_conn,
"multiple session request not permitted");
DEBUG(0,("Warning: ignoring secondary session request\n"));
return;
}