[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Nov 24 16:40:02 UTC 2022


The branch, master has been updated
       via  3b9ccfa4ac7 net: use correct printf format, fi3_id is an uint32_t
      from  95676825adb gitlab-ci: do some basic testing on ubuntu1804-32bit

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


- Log -----------------------------------------------------------------
commit 3b9ccfa4ac73332f324426dec940579e5eac96bc
Author: Ralph Boehme <slow at samba.org>
Date:   Tue Jan 10 12:22:28 2017 +0100

    net: use correct printf format, fi3_id is an uint32_t
    
    Signed-off-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Thu Nov 24 16:39:12 UTC 2022 on sn-devel-184

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

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


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index 1c89ffcd5e5..e1a0c491dd4 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -5644,7 +5644,7 @@ static int rpc_file_close(struct net_context *c, int argc, const char **argv)
 
 static void display_file_info_3(struct FILE_INFO_3 *r)
 {
-	d_printf("%-7.1d %-20.20s 0x%-4.2x %-6.1d %s\n",
+	d_printf("%-7.1" PRIu32 " %-20.20s 0x%-4.2x %-6.1u %s\n",
 		 r->fi3_id, r->fi3_username, r->fi3_permissions,
 		 r->fi3_num_locks, r->fi3_pathname);
 }


-- 
Samba Shared Repository



More information about the samba-cvs mailing list