mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETED
Found by the raw.context test. metze
This commit is contained in:
parent
d79b46f358
commit
84ce4484e7
@ -5058,7 +5058,7 @@ void reply_tdis(struct smb_request *req)
|
||||
|
||||
if (!conn) {
|
||||
DEBUG(4,("Invalid connection in tdis\n"));
|
||||
reply_nterror(req, NT_STATUS_NETWORK_NAME_DELETED);
|
||||
reply_force_doserror(req, ERRSRV, ERRinvnid);
|
||||
END_PROFILE(SMBtdis);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user