mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
smbd:smb2_close: remove an irritating blank line
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
718007b223
commit
c9218c40e6
@ -322,7 +322,6 @@ static struct tevent_req *smbd_smb2_close_send(TALLOC_CTX *mem_ctx,
|
||||
state->in_flags = in_flags;
|
||||
|
||||
if (in_fsp->num_aio_requests != 0) {
|
||||
|
||||
in_fsp->deferred_close = tevent_wait_send(in_fsp, ev);
|
||||
if (tevent_req_nomem(in_fsp->deferred_close, req)) {
|
||||
return tevent_req_post(req, ev);
|
||||
|
Loading…
Reference in New Issue
Block a user