More work to decommission rogue_path
This commit is contained in:
@@ -685,7 +685,7 @@ final class Binkp extends BaseProtocol
|
||||
|
||||
while ($rem_aka=$this->strsep($buf,' ')) {
|
||||
try {
|
||||
if (! ($o=Address::findFTN($rem_aka,FALSE,NULL,TRUE))) {
|
||||
if (! ($o=Address::findFTN($rem_aka,TRUE))) {
|
||||
// @todo when we have multiple inactive records, this returns more than 1, so pluck the active record if there is one
|
||||
Log::alert(sprintf('%s:? AKA is UNKNOWN [%s]',self::LOGKEY,$rem_aka));
|
||||
|
||||
|
Reference in New Issue
Block a user