From: Jean-Marc Pigeon (Delson) Date: Sun, 4 May 2025 21:39:09 +0000 (-0400) Subject: cleaning code X-Git-Tag: tag-0.8~157 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=9b8884da8eb88c2e74d5b7c3c898e75ef60313d6;p=jmp%2Fmailleur cleaning code --- diff --git a/lib/modrec.c b/lib/modrec.c index 8afa421..93602fb 100644 --- a/lib/modrec.c +++ b/lib/modrec.c @@ -110,7 +110,6 @@ static void docontact(SOCPTR *socptr,int pos) { #define OPEP "modrec.c:docontact" -#define TESTL 8 CONTYP *contact; int intstat; @@ -125,13 +124,13 @@ while (proceed==true) { //(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);