smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 30 Jan 2013 14:53:27 +0000 (15:53 +0100)
committerChristian Ambach <ambi@samba.org>
Wed, 30 Jan 2013 17:21:19 +0000 (18:21 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Christian Ambach <ambi@samba.org>
Autobuild-User(master): Christian Ambach <ambi@samba.org>
Autobuild-Date(master): Wed Jan 30 18:21:19 CET 2013 on sn-devel-104

source3/smbd/process.c

index a02aeda85252d815426dc6637183b7b55cba6eb2..0d815f1885c124e9a23025f504441086adf141d5 100644 (file)
@@ -88,7 +88,7 @@ static bool smbd_lock_socket_internal(struct smbd_server_connection *sconn)
                return false;
        }
 
-       DEBUG(10,("pid[%d] got for socket lock\n", (int)getpid()));
+       DEBUG(10,("pid[%d] got socket lock\n", (int)getpid()));
 
        return true;
 }