mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
s3:smbd: add missing return after reply_nterror()
metze
This commit is contained in:
parent
2000421c59
commit
20bc933c5b
@ -4455,6 +4455,7 @@ total_data=%u (should be %u)\n", (unsigned int)total_data, (unsigned int)IVAL(pd
|
||||
reply_nterror(
|
||||
req,
|
||||
NT_STATUS_NO_MEMORY);
|
||||
return;
|
||||
}
|
||||
len = srvstr_push(dstart, req->flags2,
|
||||
pdata+4, mangled_name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user