mirror of
https://codeberg.org/1414codeforge/ubgpsuite.git
synced 2025-06-05 21:29:11 +02:00
[vm.c,vm_asmtch.c] Move match result PUSH to Bgp_VmStoreMsgTypeMatch()
This commit is contained in:
@@ -766,7 +766,6 @@ void Bgp_VmDoAsmtch(Bgpvm *vm)
|
||||
}
|
||||
if (!BGP_VMCHKMSGTYPE(vm, BGP_UPDATE)) {
|
||||
Bgp_VmStoreMsgTypeMatch(vm, /*isMatching=*/FALSE);
|
||||
BGP_VMPUSH(vm, FALSE);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -821,7 +820,6 @@ void Bgp_VmDoFasmtc(Bgpvm *vm)
|
||||
}
|
||||
if (!BGP_VMCHKMSGTYPE(vm, BGP_UPDATE)) {
|
||||
Bgp_VmStoreMsgTypeMatch(vm, /*isMatching=*/FALSE);
|
||||
BGP_VMPUSH(vm, FALSE);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user