From: Jean-Marc Pigeon (Delson) Date: Sat, 21 Jun 2025 23:24:38 +0000 (-0400) Subject: Problem with dns_is_domain_local X-Git-Tag: tag-0.9~47 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=8d5a938dbda90e70780b0cd7f3af301fc663cb49;p=jmp%2Fmailleur Problem with dns_is_domain_local --- diff --git a/lib/unidns.c b/lib/unidns.c index 6336129..4104791 100644 --- a/lib/unidns.c +++ b/lib/unidns.c @@ -489,6 +489,7 @@ status=dns_nomx; dns=(MXTYP **)0; phase=0; proceed=true; +(void) rou_alert(0,"%s Starting",OPEP); while (proceed==true) { switch (phase) { case 0 : //Do we have a domain @@ -525,6 +526,7 @@ while (proceed==true) { } phase++; } +(void) rou_alert(0,"%s Ending status='%d'",OPEP,status); return status; #undef OPEP