diff --git a/ChangeLog b/ChangeLog index 6a06d2c7..c01aaeba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -97,6 +97,8 @@ v0.35.05 19-Oct-2002 node, this was not processed in the same session. Moved the ^aTID kludge to the top of the exported message after the last kludge so people won't complain anymore. + Experimental change for hatched ticfiles to force including + of our own area aka. TEST TEST !! mbtask: Removed debug logging of "does" info. diff --git a/mbfido/ptic.c b/mbfido/ptic.c index a9229bd4..b1348edc 100644 --- a/mbfido/ptic.c +++ b/mbfido/ptic.c @@ -731,8 +731,8 @@ int ProcessTic(fa_list *sbl) * Add all our system aka's to the seenby lines in the same zone */ for (i = 0; i < 40; i++) { - if (CFG.akavalid[i] && (tic.Aka.zone == CFG.aka[i].zone) && - !((tic.Aka.net == CFG.aka[i].net) && (tic.Aka.node == CFG.aka[i].node))) { + if (CFG.akavalid[i] && (tic.Aka.zone == CFG.aka[i].zone) /* && + !((tic.Aka.net == CFG.aka[i].net) && (tic.Aka.node == CFG.aka[i].node)) */) { sprintf(sbe, "%u:%u/%u", CFG.aka[i].zone, CFG.aka[i].net, CFG.aka[i].node); fill_list(&sbl, sbe, NULL); }