[PATCH] smbd: Remove an unused #define

Jeremy Allison jra at samba.org
Mon May 9 11:50:18 UTC 2016


On Mon, May 09, 2016 at 01:16:40PM +0200, Volker Lendecke wrote:
> Hi!
> 
> Review appreciated!

LGTM. Pushed !

> -- 
> SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
> phone: +49-551-370000-0, fax: +49-551-370000-9
> AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
> http://www.sernet.de, mailto:kontakt at sernet.de

> From 36217046de2a6cad65987b9aeead04c6278b3d39 Mon Sep 17 00:00:00 2001
> From: Volker Lendecke <vl at samba.org>
> Date: Mon, 9 May 2016 13:12:01 +0200
> Subject: [PATCH] smbd: Remove an unused #define
> 
> Signed-off-by: Volker Lendecke <vl at samba.org>
> ---
>  source3/include/smb.h | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/source3/include/smb.h b/source3/include/smb.h
> index dec3189..0af3b61 100644
> --- a/source3/include/smb.h
> +++ b/source3/include/smb.h
> @@ -484,9 +484,6 @@ Offset  Data			length.
>     otherwise NT will not honour the announce packets */
>  #define MAX_SERVER_STRING_LENGTH 48
>  
> -
> -#define SMB_SUCCESS 0  /* The request was successful. */
> -
>  #ifdef NOSTRDUP
>  char *strdup(char *s);
>  #endif
> -- 
> 1.9.1
> 




More information about the samba-technical mailing list