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

Richard Sharpe realrichardsharpe at gmail.com
Sun Nov 11 10:18:56 MST 2012


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;
        }

Attached also.

-- 
Regards,
Richard Sharpe
(何以解憂?唯有杜康。--曹操)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smbd-server.c.patch
Type: application/octet-stream
Size: 371 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20121111/e404c646/attachment.obj>


More information about the samba-technical mailing list