The branch, master has been updated
       via  cd772e9 param: Fix the data type for bAvailable
      from  a42de3b s3: There's no reason not to at least build winbind on 
darwin

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


- Log -----------------------------------------------------------------
commit cd772e9bd8b1607a171338845e0de305497c1c07
Author: Amitay Isaacs <ami...@gmail.com>
Date:   Wed Dec 21 14:08:02 2011 +1100

    param: Fix the data type for bAvailable
    
    This causes the copy_service() to not copy bAvailable boolean on
    big endian machines causing tests to fail.
    
    Autobuild-User: Amitay Isaacs <ami...@samba.org>
    Autobuild-Date: Thu Dec 22 05:30:49 CET 2011 on sn-devel-104

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

Summary of changes:
 lib/param/loadparm.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/param/loadparm.h b/lib/param/loadparm.h
index a50384d..f0e747b 100644
--- a/lib/param/loadparm.h
+++ b/lib/param/loadparm.h
@@ -126,7 +126,7 @@ struct parm_struct {
        char *szService;                                                \
        char *szInclude;                                                \
        bool bWidelinks;                                                \
-       int bAvailable;                                                 \
+       bool bAvailable;                                                        
\
        struct parmlist_entry *param_opt;                               \
        struct bitmap *copymap;                                         \
        char dummy[3];          /* for alignment */


-- 
Samba Shared Repository

Reply via email to