mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Add debug message: show which domain_child is being forked.
Michael
This commit is contained in:
parent
723e877c24
commit
373a00ae0d
@ -959,6 +959,13 @@ static bool fork_domain_child(struct winbindd_child *child)
|
||||
struct winbindd_cli_state state;
|
||||
struct winbindd_domain *domain;
|
||||
|
||||
if (child->domain) {
|
||||
DEBUG(10, ("fork_domain_child called for domain '%s'\n",
|
||||
child->domain->name));
|
||||
} else {
|
||||
DEBUG(10, ("fork_domain_child called without domain.\n"));
|
||||
}
|
||||
|
||||
if (socketpair(AF_UNIX, SOCK_STREAM, 0, fdpair) != 0) {
|
||||
DEBUG(0, ("Could not open child pipe: %s\n",
|
||||
strerror(errno)));
|
||||
|
Loading…
Reference in New Issue
Block a user