[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Jun 8 12:36:01 UTC 2021


The branch, master has been updated
       via  f9ffed06862 lib:cmdline: Also set logfile for the debug system
      from  9cb3e4314b0 lib: Slightly simplify server_id_set_disconnected()

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


- Log -----------------------------------------------------------------
commit f9ffed06862c222da4adcf2259bc45c18edb1dc3
Author: Andreas Schneider <asn at samba.org>
Date:   Tue Jun 8 13:25:58 2021 +0200

    lib:cmdline: Also set logfile for the debug system
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Tue Jun  8 12:35:34 UTC 2021 on sn-devel-184

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

Summary of changes:
 lib/cmdline/cmdline.c | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/lib/cmdline/cmdline.c b/lib/cmdline/cmdline.c
index aadb06c7f56..9c0a88bd452 100644
--- a/lib/cmdline/cmdline.c
+++ b/lib/cmdline/cmdline.c
@@ -314,6 +314,7 @@ static bool set_logfile(TALLOC_CTX *mem_ctx,
 		TALLOC_FREE(new_logfile);
 		return false;
 	}
+	debug_set_logfile(new_logfile);
 	TALLOC_FREE(new_logfile);
 
 	return true;


-- 
Samba Shared Repository



More information about the samba-cvs mailing list