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

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