mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r21033: To make the logs a bit more readable let the winbind dc connect child
write to a separate logfile. Guenther
This commit is contained in:
parent
4e622572eb
commit
0313edc0d6
@ -201,6 +201,9 @@ static BOOL fork_child_dc_connect(struct winbindd_domain *domain)
|
||||
close_conns_after_fork();
|
||||
|
||||
if (!override_logfile) {
|
||||
pstring logfile;
|
||||
pstr_sprintf(logfile, "%s/log.winbindd-dc-connect", dyn_LOGFILEBASE);
|
||||
lp_set_logfile(logfile);
|
||||
reopen_logs();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user