diff options
| author | Volker Lendecke <vl@samba.org> | 2012-12-12 12:55:45 +0100 | 
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2012-12-12 16:40:23 +0100 | 
| commit | a44e58a31ebecd6f467ffdac6645ffe6a313e9c6 (patch) | |
| tree | 84e16690a805829711d3d90b0206b4ad3e2c4d7d | |
| parent | 880b0f18bede936bafb806669ee4d160567e90bb (diff) | |
| download | samba-a44e58a31ebecd6f467ffdac6645ffe6a313e9c6.tar.gz samba-a44e58a31ebecd6f467ffdac6645ffe6a313e9c6.tar.bz2 samba-a44e58a31ebecd6f467ffdac6645ffe6a313e9c6.zip  | |
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
| -rw-r--r-- | source3/winbindd/winbindd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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;  | 
