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:
parent
74b9ef4de5
commit
49c8df5648
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user