1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-25 14:50:24 +03:00

lib:cmdline: Also set logfilebase for -l|--log-basename

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Andreas Schneider 2021-04-30 16:12:29 +02:00 committed by Andreas Schneider
parent b1963ab784
commit 4596211e31

View File

@ -396,6 +396,8 @@ static void popt_samba_callback(poptContext popt_ctx,
}
log_to_file = true;
set_dyn_LOGFILEBASE(arg);
TALLOC_FREE(new_logfile);
}
break;