Final updates for auto mailarea create

This commit is contained in:
Michiel Broek
2002-03-03 16:46:27 +00:00
parent d36590738e
commit a3809c9752
2 changed files with 6 additions and 0 deletions

View File

@@ -795,6 +795,7 @@ void A_Connect(faddr *t, char *Area, FILE *tmp)
if ((mgroup.UseAka.zone == t->zone) && (mgroup.UseAka.net == t->net) && mgroup.UpLink.zone &&
strlen(mgroup.AreaFile) && mgroup.Active && mgroup.UserChange) {
if (CheckEchoGroup(Area, TRUE, t) == 0) {
fprintf(tmp, "Area %s not available, requested from uplink %s", Area, aka2str(mgroup.UpLink));
break;
}
}