1
0
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:
Andrew Bartlett 2004-09-23 00:27:21 +00:00 committed by Gerald (Jerry) Carter
parent 4904d814c0
commit a132082249

View File

@ -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;