]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Problem with dns_is_domain_local
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Sat, 21 Jun 2025 23:24:38 +0000 (19:24 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Sat, 21 Jun 2025 23:24:38 +0000 (19:24 -0400)
lib/unidns.c

index 6336129e2155d50edc8f7fa81d8f63ca53e0376e..41047917909e33c8f34f5dbf09a84419d9366625 100644 (file)
@@ -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