mirror of
https://codeberg.org/1414codeforge/ubgpsuite.git
synced 2025-06-05 21:29:11 +02:00
[tools/bgpgrep/bgpgrep_compile.c] Fix leftover typo in assert()
This commit is contained in:
@ -722,7 +722,7 @@ void Bgpgrep_CompileVmProgram(int argc, char **argv)
|
||||
assert(C.loopsFn >= 0);
|
||||
assert(C.peerMatchFn >= 0);
|
||||
assert(C.timestampCmpFn >= 0);
|
||||
assert(C.bogonFn >= 0);
|
||||
assert(C.bogonAsnFn >= 0);
|
||||
|
||||
// Actual compilation
|
||||
if (C.argc > 0) {
|
||||
|
Reference in New Issue
Block a user