[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Tue Aug 15 06:07:02 UTC 2017


The branch, master has been updated
       via  f816de5 s4: com: Replace erroneous inclusion of internal talloc.h header with external.
      from  df41818 ctdb-daemon: Drop the implementation of CHECK_SRVIDS control

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


- Log -----------------------------------------------------------------
commit f816de5636bb17ab09dd4b9c3e5b0249dc9b186f
Author: Jeremy Allison <jra at samba.org>
Date:   Mon Aug 14 13:02:30 2017 -0700

    s4: com: Replace erroneous inclusion of internal talloc.h header with external.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=12932
    
    Signed-off-by: Jeremy Allison <jra at samba.org>
    Reviewed-by: Stefan Metzmacher <metze at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Tue Aug 15 08:06:40 CEST 2017 on sn-devel-144

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

Summary of changes:
 source4/lib/com/com.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/com/com.h b/source4/lib/com/com.h
index e6be311..56cd210 100644
--- a/source4/lib/com/com.h
+++ b/source4/lib/com/com.h
@@ -20,8 +20,8 @@
 #ifndef __SAMBA_COM_H__
 #define __SAMBA_COM_H__
 
+#include <talloc.h>
 #include "librpc/gen_ndr/misc.h"
-#include "lib/talloc/talloc.h"
 
 struct com_context;
 struct tevent_context;


-- 
Samba Shared Repository



More information about the samba-cvs mailing list