fixed broken logic with not in cache message play

pull/14/head
Tom Early 7 years ago
parent 0237326725
commit cdc8e68cd3

@ -1479,7 +1479,6 @@ void CQnetGateway::ProcessModem()
time(&(to_remote_g2[i].last_time));
}
}
}
else
{
int i = dsvt.hdr.rpt1[7] - 'A';
@ -1523,7 +1522,9 @@ void CQnetGateway::ProcessModem()
}
}
}
}
else
{
printf("icom rule: no routing from %.8s to %s%c\n", dsvt.hdr.rpt1, arearp_cs.c_str(), temp_mod);
}
}
@ -1535,6 +1536,7 @@ void CQnetGateway::ProcessModem()
}
}
}
}
else if (0 == memcmp(dsvt.hdr.urcall, " C0", 8)) {
int i = dsvt.hdr.rpt1[7] - 'A';

Loading…
Cancel
Save

Powered by TurnKey Linux.