[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Fri Aug 9 07:35:02 UTC 2019


The branch, master has been updated
       via  76bf8a1ac43 mdssvc: Fix the clang build
      from  64f182412a5 s3:mdssvc: fix slrpc_fetch_attributes() when CNID is not known

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


- Log -----------------------------------------------------------------
commit 76bf8a1ac438056691fef667bf214f9fe7bafe14
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Aug 9 08:02:41 2019 +0200

    mdssvc: Fix the clang build
    
    clang complains about "%lu" not to match size_t on 32-bit FreeBSD
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Fri Aug  9 07:34:05 UTC 2019 on sn-devel-184

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/mdssvc/dalloc.c b/source3/rpc_server/mdssvc/dalloc.c
index 23193fee70a..2e13203c4c6 100644
--- a/source3/rpc_server/mdssvc/dalloc.c
+++ b/source3/rpc_server/mdssvc/dalloc.c
@@ -275,7 +275,7 @@ char *dalloc_dump(DALLOC_CTX *dd, int nestinglevel)
 	}
 
 	logstring = talloc_asprintf(dd,
-				    "%s%s(#%lu): {\n",
+				    "%s%s(#%zu): {\n",
 				    tab_string1,
 				    talloc_get_name(dd),
 				    dalloc_size(dd));


-- 
Samba Shared Repository



More information about the samba-cvs mailing list