Fixed production signature memory segment conversion bug in AtdfService
This commit is contained in:
@@ -636,10 +636,7 @@ class AtdfService
|
|||||||
return MemorySegmentType::ALIASED;
|
return MemorySegmentType::ALIASED;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if ($atdfTypeName === 'production_signatures' || $atdfSegmentName === 'prod_signatures') {
|
||||||
$atdfTypeName === 'production_signatures'
|
|
||||||
|| ($atdfTypeName === 'other' && $atdfSegmentName === 'prod_signatures')
|
|
||||||
) {
|
|
||||||
return MemorySegmentType::PRODUCTION_SIGNATURES;
|
return MemorySegmentType::PRODUCTION_SIGNATURES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user