[SCM] Samba Shared Repository - branch master updated

Christof Schmitt cs at samba.org
Wed Jul 11 20:40:02 UTC 2018


The branch, master has been updated
       via  8fe2fdc winbindd: Remove ads.h include from nss_info
      from  4628afa ctdb-scripts: Provide a gstack function if gstack is not available

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


- Log -----------------------------------------------------------------
commit 8fe2fdc73a8b441e0850289eb547db2926cd7fda
Author: Christof Schmitt <cs at samba.org>
Date:   Tue Jun 26 13:30:06 2018 -0700

    winbindd: Remove ads.h include from nss_info
    
    nss_info does not use libads. Removing this include
    fixes a compile error when trying to compile with a
    system provided heimdal library:
    
    [2188/3043] Compiling source3/winbindd/nss_info.c
    In file included from ../source3/libads/kerberos_proto.h:33:0,
                     from ../source3/include/ads.h:154,
                     from ../source3/winbindd/nss_info.c:24:
    ../lib/replace/system/kerberos.h:33:10: fatal error: krb5.h: No such file or directory
     #include <krb5.h>
              ^~~~~~~~
    
    Signed-off-by: Christof Schmitt <cs at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Christof Schmitt <cs at samba.org>
    Autobuild-Date(master): Wed Jul 11 22:39:36 CEST 2018 on sn-devel-144

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

Summary of changes:
 source3/winbindd/nss_info.c | 1 -
 1 file changed, 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/nss_info.c b/source3/winbindd/nss_info.c
index 9ef7e20..473b1a3 100644
--- a/source3/winbindd/nss_info.c
+++ b/source3/winbindd/nss_info.c
@@ -20,7 +20,6 @@
 */
 
 #include "includes.h"
-#include "ads.h"
 #include "nss_info.h"
 
 static struct nss_function_entry *backends = NULL;


-- 
Samba Shared Repository



More information about the samba-cvs mailing list