mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r2550: survive our own BASE-NEGNOWAIT torture test.
Andrew Bartlett
This commit is contained in:
parent
4904d814c0
commit
a132082249
@ -455,6 +455,7 @@ void reply_negprot(struct smbsrv_request *req)
|
||||
|
||||
if (req->smb_conn->negotiate.done_negprot) {
|
||||
smbsrv_terminate_connection(req->smb_conn, "multiple negprot's are not permitted");
|
||||
return;
|
||||
}
|
||||
req->smb_conn->negotiate.done_negprot = True;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user