From 35d18946a987b7e25a730726a30cf2a859c5e524 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Sat, 21 Jun 2025 19:27:06 -0400 Subject: [PATCH] Is dns_is_domain_local really fonctionnal --- lib/unidns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/unidns.c b/lib/unidns.c index 4104791..a4439eb 100644 --- a/lib/unidns.c +++ b/lib/unidns.c @@ -489,8 +489,9 @@ status=dns_nomx; dns=(MXTYP **)0; phase=0; proceed=true; -(void) rou_alert(0,"%s Starting",OPEP); +(void) rou_alert(0,"%s Starting afns='%p'",OPEP,afns); while (proceed==true) { + (void) rou_alert(0,"%s JMPDBG phase='%d'",OPEP,phase); switch (phase) { case 0 : //Do we have a domain if ((domain==(char *)0)||(strlen(domain)==0)) -- 2.47.3