From efbf58d2ab765ca263f475b3aae1502d906970e2 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Sat, 21 Jun 2025 20:01:33 -0400 Subject: [PATCH] Cleaned code --- lib/lvleml.h | 1 - lib/modrec.c | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/lvleml.h b/lib/lvleml.h index 9d3ad43..7a76eb3 100644 --- a/lib/lvleml.h +++ b/lib/lvleml.h @@ -21,7 +21,6 @@ typedef struct { char *fqdn; //fully qualified domain from peer char *locip; //socket local IP num AFNTYP **localafn; //local IP as an AFNUM - char *locport; //Receiving port char *locname; //socket local hostname char *locserv; //local service port char *peername; //socket remote peer FQDN diff --git a/lib/modrec.c b/lib/modrec.c index 2aed7af..e326672 100644 --- a/lib/modrec.c +++ b/lib/modrec.c @@ -47,7 +47,6 @@ static int prepbinding(SOCPTR ***bindings,int argc,char *argv[]) #define DPORT "25" *bindings=(SOCPTR **)0; -(void) rou_alert(0,"%s JMPDBG argc='%d'",OPEP,argc); for (int i=0;i