From: Andreas Schneider Date: Tue, 8 Jun 2021 11:25:58 +0000 (+0200) Subject: lib:cmdline: Also set logfile for the debug system X-Git-Tag: tevent-0.11.0~652 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9ffed06862c222da4adcf2259bc45c18edb1dc3;p=thirdparty%2Fsamba.git lib:cmdline: Also set logfile for the debug system Signed-off-by: Andreas Schneider Reviewed-by: Volker Lendecke Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Tue Jun 8 12:35:34 UTC 2021 on sn-devel-184 --- 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;