diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-13 18:12:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:58 -0500 |
commit | 53f005f6aaa2aa2eb599e6787e2c700a1d44d2a2 (patch) | |
tree | d510574c7415fb019edccdb2df210ed2da26e5a7 /source4/smbd | |
parent | 089cbd4a8e8108306ba92b01746ecd261e9fdd7c (diff) | |
download | samba-53f005f6aaa2aa2eb599e6787e2c700a1d44d2a2.tar.gz samba-53f005f6aaa2aa2eb599e6787e2c700a1d44d2a2.tar.bz2 samba-53f005f6aaa2aa2eb599e6787e2c700a1d44d2a2.zip |
r15572: Trim build/m4/rewrite.m4 a bit more, remove unused tests.
(This used to be commit d72c5c8f755277eb22e1f6834d98202f00c09934)
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/process_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/process_thread.c b/source4/smbd/process_thread.c index 93c6d45225..65b3a59d09 100644 --- a/source4/smbd/process_thread.c +++ b/source4/smbd/process_thread.c @@ -368,7 +368,7 @@ static int thread_rwlock_unlock(smb_rwlock_t *rwlock, const char *name) } /***************************************************************** - Log suspicious usage (primarily for possible thread-unsafe behavior. + Log suspicious usage (primarily for possible thread-unsafe behavior). *****************************************************************/ static void thread_log_suspicious_usage(const char* from, const char* info) { |