From a9128cebe8ddc2ac1803d2a6a73ae8030fe96010 Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Tue, 4 Nov 2025 15:40:17 -0500 Subject: [PATCH] Adding remoteip to remote server display --- Makefile.dbg | 2 +- lib/lvleml.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.dbg b/Makefile.dbg index 557c527..ba044f2 100644 --- a/Makefile.dbg +++ b/Makefile.dbg @@ -240,5 +240,5 @@ valsendr: debug #to Specify FEED ONEFEED=$(FEED) ifeq ($(strip $(FEED)),) -ONEFEED=feed02 +ONEFEED=feed002 endif diff --git a/lib/lvleml.c b/lib/lvleml.c index 7b0133c..80fa177 100644 --- a/lib/lvleml.c +++ b/lib/lvleml.c @@ -914,6 +914,7 @@ resp=(char **)rou_addlist((void **)resp,(void *)info); action.sessid=contact->session->sessid; action.code='X'; action.reverse=contact->peername; +action.remoteip=contact->peerip; action.sfrom=contact->mailfrom; if (contact->session->hfrom!=(char *)0) action.hfrom=contact->session->hfrom; -- 2.47.3