[PATCH] remove an irritating blank line

Jeremy Allison jra at samba.org
Thu Jan 21 22:19:44 UTC 2016


On Thu, Jan 21, 2016 at 09:34:37PM +0100, Michael Adam wrote:
> Just a trivial and not really necessary one.
> It just irritates me.
> 
> Review appreciated!

LGTM. Pushed :-).

> From b221bb0a4975474dff0521881fa7b0d9908944cf Mon Sep 17 00:00:00 2001
> From: Michael Adam <obnox at samba.org>
> Date: Tue, 19 May 2015 12:19:22 +0200
> Subject: [PATCH] smbd:smb2_close: remove an irritating blank line
> 
> Signed-off-by: Michael Adam <obnox at samba.org>
> ---
>  source3/smbd/smb2_close.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/source3/smbd/smb2_close.c b/source3/smbd/smb2_close.c
> index 367c9fa..5830228 100644
> --- a/source3/smbd/smb2_close.c
> +++ b/source3/smbd/smb2_close.c
> @@ -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);
> -- 
> 2.5.0
> 






More information about the samba-technical mailing list