[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Tue Jul 3 23:20:04 UTC 2018


The branch, master has been updated
       via  c5fa4b1 s3: lib/ctdbd_conn: include .h, not .c
      from  3287bfe build: bundle and reduce huge number of EA function tests

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


- Log -----------------------------------------------------------------
commit c5fa4b1531b2f9a3584a1ac5689dc66190f82eb5
Author: Ralph Boehme <slow at samba.org>
Date:   Fri Jun 29 08:00:10 2018 +0200

    s3: lib/ctdbd_conn: include .h, not .c
    
    Probably a copy/paste mistake. Detected by a failing autobuild on
    sn-devel and a local make test:
    
    Build failed: default/examples/libsmbclient/testbrowse2: Symbol
    tevent_req_is_unix_error linked in multiple libraries
    ['samba-cluster-support', 'tevent-util']
    UNEXPECTED(failure): wafsamba.duplicate_symbols.duplicate_symbols(none)
    
    Wonder why this didn't fail before in autobuild.
    
    Signed-off-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Alexander Bokovoy <ab at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Wed Jul  4 01:19:50 CEST 2018 on sn-devel-144

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

Summary of changes:
 source3/lib/ctdbd_conn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c
index 9832dfa..dc6aa28 100644
--- a/source3/lib/ctdbd_conn.c
+++ b/source3/lib/ctdbd_conn.c
@@ -32,7 +32,7 @@
 #include "lib/util/genrand.h"
 #include "lib/util/fault.h"
 #include "lib/util/dlinklist.h"
-#include "lib/util/tevent_unix.c"
+#include "lib/util/tevent_unix.h"
 #include "lib/util/sys_rw.h"
 #include "lib/util/blocking.h"
 #include "ctdb/include/ctdb_protocol.h"


-- 
Samba Shared Repository



More information about the samba-cvs mailing list