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