A small error message fix in source3/smbd/server.c

Jeremy Allison jra at samba.org
Tue Nov 13 15:34:23 MST 2012


On Sun, Nov 11, 2012 at 09:18:56AM -0800, Richard Sharpe wrote:
> Hi folks,
> 
> The following patch removes some incorrect info from an error message
> (probably from its old place when it was copied:
> 
> diff --git a/source3/smbd/server.c b/source3/smbd/server.c
> index 7113eae..f33046b 100644
> --- a/source3/smbd/server.c
> +++ b/source3/smbd/server.c
> @@ -551,7 +551,7 @@ static void smbd_accept_connection(struct tevent_context *ev
>                 return;
> 
>         if (fd == -1) {
> -               DEBUG(0,("open_sockets_smbd: accept: %s\n",
> +               DEBUG(0,("accept: %s\n",
>                          strerror(errno)));
>                 return;
>         }

Pushed to autobuild.


More information about the samba-technical mailing list