From a44e58a31ebecd6f467ffdac6645ffe6a313e9c6 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 12 Dec 2012 12:55:45 +0100 Subject: s3: Fix a typo in a debug message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Volker Lendecke Reviewed-by: Günther Deschner Autobuild-User(master): Günther Deschner Autobuild-Date(master): Wed Dec 12 16:40:23 CET 2012 on sn-devel-104 --- source3/winbindd/winbindd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 654c14c504..7e8a1b58e8 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -818,7 +818,7 @@ static void new_connection(int listen_sock, bool privileged) if (sock == -1) { if (errno != EINTR) { - DEBUG(0, ("Faild to accept socket - %s\n", + DEBUG(0, ("Failed to accept socket - %s\n", strerror(errno))); } return; -- cgit