1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3: Fix a typo in a debug message

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>

Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Wed Dec 12 16:40:23 CET 2012 on sn-devel-104
This commit is contained in:
Volker Lendecke 2012-12-12 12:55:45 +01:00 committed by Günther Deschner
parent 880b0f18be
commit a44e58a31e

View File

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