1
0
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:
Günther Deschner 2007-01-26 15:58:10 +00:00 committed by Gerald (Jerry) Carter
parent 4e622572eb
commit 0313edc0d6

View File

@ -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();
}