[PATCH] smbd: Fix a typo

Christian Ambach ambi at samba.org
Wed Sep 10 13:28:05 MDT 2014


Am 10.09.14 16:15, schrieb Volker Lendecke:

> +++ b/source3/smbd/open.c
> @@ -3921,7 +3921,7 @@ static NTSTATUS create_file_unixpath(connection_struct *conn,
>   				   nt_errstr(status)));
>   			goto fail;
>   		}
> -		/* we don't need to low level fd */
> +		/* we don't need the low level fd */
>   		fd_close(base_fsp);

LGTM... pushed

Cheers,
Christian



More information about the samba-technical mailing list