From 340ab6a256802a22c11b7f707748397249075b65 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 13 Jul 2008 12:07:40 +0200 Subject: idmap rewrite (This used to be commit 30a180f2fce8cf6a3e5548f6bba453272ba70b33) --- source3/winbindd/winbindd_dual.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/winbindd/winbindd_dual.c') diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c index f2be6d692c..1e8325f983 100644 --- a/source3/winbindd/winbindd_dual.c +++ b/source3/winbindd/winbindd_dual.c @@ -1033,6 +1033,8 @@ static bool fork_domain_child(struct winbindd_child *child) /* Child */ + DEBUG(10, ("Child process %d\n", (int)sys_getpid())); + /* Stop zombies in children */ CatchChild(); -- cgit