From 9b8884da8eb88c2e74d5b7c3c898e75ef60313d6 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Sun, 4 May 2025 17:39:09 -0400 Subject: [PATCH] cleaning code --- lib/modrec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.47.3