Tam?s G?rczei:
> Indeed, I should have had some rest before applying your patch... I did
> create the condition, branching on init mode towards continue as
> intended, yet also left the original call there right thereafter :D It

You MUST KEEP the original panic call, like this:

        if ((proc = (MASTER_PROC *) binhash_find(master_child_table,
                                        (void *) &pid, sizeof(pid))) == 0) {
            if (init_mode)
                continue;                       /* non-Postfix process */
            msg_panic("master_reap: unknown pid: %d", pid);
        }

Reply via email to