mirror of
https://codeberg.org/1414codeforge/ubgpsuite.git
synced 2025-02-16 11:40:55 +01:00
[bgpgrep/bgpgrep_vmfunc] Move guard after foundLoop=FALSE
This commit is contained in:
parent
609620c058
commit
49abfa2154
@ -174,13 +174,13 @@ void BgpgrepF_FindAsLoops(Bgpvm *vm)
|
||||
Asntree t;
|
||||
Asn asn;
|
||||
|
||||
Sint32 pos = 0;
|
||||
Boolean foundLoop = FALSE;
|
||||
|
||||
const Bgphdr *hdr = BGP_HDR(vm->msg);
|
||||
if (hdr->type != BGP_UPDATE)
|
||||
goto nomatch;
|
||||
|
||||
Sint32 pos = 0;
|
||||
Boolean foundLoop = FALSE;
|
||||
|
||||
if (Bgp_StartMsgRealAsPath(&it, vm->msg) != OK)
|
||||
goto nomatch;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user