{
#define OPEP "modrec.c:docontact"
-#define TESTL 8
CONTYP *contact;
int intstat;
//(void) rou_alert(0,"JMPDBG %s phase='%d'",OPEP,phase);
switch (phase) {
case 0 : //waiting contact
+ (void) rou_checkleak(true);
if ((contact=eml_getcontact(socptr,pos))==(CONTYP *)0)
phase=999; //No contact!
break;
case 1 : //within forked process
(void) prc_settitle("Processing incoming contact from [%s] on [%s:%s]",
contact->peerip,contact->locname,contact->locserv);
- (void) rou_checkleak(true);
break;
case 2 : //do contact
intstat=eml_docontact(contact);