diff options
author | Jan Maria Matejka <mq@ucw.cz> | 2018-03-14 12:57:16 +0100 |
---|---|---|
committer | Jan Maria Matejka <mq@ucw.cz> | 2018-03-14 12:57:16 +0100 |
commit | 8a871e890a7198f7cbaff5c75033160ae3ad68f3 (patch) | |
tree | 410a36277f89dc2149470024bb53e52b5dfc3ed0 /nest/a-path.c | |
parent | e95705f00c9e297cd6dde1e8fa60bee4a4d539f2 (diff) | |
parent | e8bc64e308586b6502090da2775af84cd760ed0d (diff) |
Merge branch 'master' into int-new
Diffstat (limited to 'nest/a-path.c')
-rw-r--r-- | nest/a-path.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nest/a-path.c b/nest/a-path.c index c0d16c30..6bad9747 100644 --- a/nest/a-path.c +++ b/nest/a-path.c @@ -805,8 +805,7 @@ as_path_match(const struct adata *path, struct f_path_mask *mask) val2 = val = mask->val; goto step; case PM_ASN_EXPR: - val2 = val = f_eval_asn((struct f_inst *) mask->val); - goto step; + ASSERT(0); case PM_ASN_RANGE: val = mask->val; val2 = mask->val2; |