[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Mar 21 10:51:07 MDT 2010


The branch, master has been updated
       via  fc80ff4... s3: Fix bug 7202 for multi-threaded applications
      from  d097d9f... Use TALLOC_FREE in talloc_pop()

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


- Log -----------------------------------------------------------------
commit fc80ff40025a35a61aa1a0c7666f98b4c0b78924
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Mar 21 17:49:06 2010 +0100

    s3: Fix bug 7202 for multi-threaded applications
    
    Thanks to Sergey Tereschenko <serg.partizan at gmail.com> for providing good
    feedback!
    
    Volker

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

Summary of changes:
 source3/configure.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index f0dabbf..32754e7 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6280,6 +6280,7 @@ if test x"$PTHREAD_CFLAGS" != xerror -a x"$PTHREAD_LDFLAGS" != xerror; then
 	AC_CHECK_HEADERS(pthread.h)
 	CFLAGS=$ac_save_CFLAGS
 	LDFLAGS=$ac_save_LDFLAGS
+	AC_DEFINE(HAVE_PTHREAD, 1, [Do we have pthreads around?])
 fi
 
 #################################################


-- 
Samba Shared Repository


More information about the samba-cvs mailing list