[tools/bgpgrep/bgpgrep_compile.c] Fix leftover typo in assert()

This commit is contained in:
Lorenzo Cogotti 2021-08-05 06:30:46 +02:00
parent 7a18fb4211
commit cb3fa6e427
1 changed files with 1 additions and 1 deletions

View File

@ -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) {