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:
parent
880b0f18be
commit
a44e58a31e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user