[SCM] Samba Shared Repository - branch master updated

David Disseldorp ddiss at samba.org
Tue Jan 28 11:07:03 MST 2014


The branch, master has been updated
       via  58865d9 pthreadpool: Fix a comment, "quit"->"shutdown"
      from  28346a6e param: assign default ports in s3 loadparm to match docs and s4

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 58865d96f187b843acea6d80f595ae9023f13708
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Jan 27 11:08:03 2014 +0100

    pthreadpool: Fix a comment, "quit"->"shutdown"
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: David Disseldorp <ddiss at samba.org>
    
    Autobuild-User(master): David Disseldorp <ddiss at samba.org>
    Autobuild-Date(master): Tue Jan 28 19:06:40 CET 2014 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/pthreadpool/pthreadpool.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/pthreadpool/pthreadpool.c b/source3/lib/pthreadpool/pthreadpool.c
index c5c9367..bd58d62 100644
--- a/source3/lib/pthreadpool/pthreadpool.c
+++ b/source3/lib/pthreadpool/pthreadpool.c
@@ -335,8 +335,8 @@ int pthreadpool_destroy(struct pthreadpool *pool)
 
 		if (pool->num_idle > 0) {
 			/*
-			 * Wake the idle threads. They will find pool->quit to
-			 * be set and exit themselves
+			 * Wake the idle threads. They will find
+			 * pool->shutdown to be set and exit themselves
 			 */
 			ret = pthread_cond_broadcast(&pool->condvar);
 			if (ret != 0) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list