The branch, master has been updated
       via  d93a6d2663a util: fix build on AIX by fixing the order of replace.h 
include
      from  db10b14c1b7 s3:smbd: fix the handling of the durable_v2_timeout

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


- Log -----------------------------------------------------------------
commit d93a6d2663a25bca072cd5623aea16e21ed650b8
Author: Bjoern Jacke <bja...@samba.org>
Date:   Mon Jun 29 12:00:46 2020 +0000

    util: fix build on AIX by fixing the order of replace.h include
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=14422
    
    Signed-off-by: Bjoern Jacke <bja...@samba.org>
    Reviewed-by: Ralph Boehme <s...@samba.org>
    
    Autobuild-User(master): Björn Jacke <bja...@samba.org>
    Autobuild-Date(master): Mon Jun 29 18:19:04 UTC 2020 on sn-devel-184

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

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


Changeset truncated at 500 lines:

diff --git a/lib/util/tests/test_util_paths.c b/lib/util/tests/test_util_paths.c
index b89abf0aea1..4dfe11c1445 100644
--- a/lib/util/tests/test_util_paths.c
+++ b/lib/util/tests/test_util_paths.c
@@ -23,9 +23,9 @@
 #include <setjmp.h>
 #include <cmocka.h>
 
+#include "lib/replace/replace.h"
 #include <talloc.h>
 
-#include "lib/replace/replace.h"
 #include "lib/util/util_paths.c"
 
 static int setup(void **state)


-- 
Samba Shared Repository

Reply via email to