diff options
author | Volker Lendecke <vl@samba.org> | 2013-01-30 15:53:27 +0100 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2013-01-30 18:21:19 +0100 |
commit | 7b0b1d6d48d31a729f0ad176a8b53f8c3a8d2d16 (patch) | |
tree | 488c55d39729bc5b2d9fe90aa3cc4d5536506af6 /source3/smbd | |
parent | fa064140edf13c16085acf061d781fa06abfce3b (diff) | |
download | samba-7b0b1d6d48d31a729f0ad176a8b53f8c3a8d2d16.tar.gz samba-7b0b1d6d48d31a729f0ad176a8b53f8c3a8d2d16.tar.bz2 samba-7b0b1d6d48d31a729f0ad176a8b53f8c3a8d2d16.zip |
smbd: Fix a typo
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
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index a02aeda852..0d815f1885 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -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; } |