From d4cebc6bbe2a55bd344383fcc27255a12d686195 Mon Sep 17 00:00:00 2001 From: Jan Maria Matejka Date: Tue, 18 Sep 2018 14:21:11 +0200 Subject: No more warnings ... no more warnings No more warnings over me And while it is being compiled all the log is black and white Release BIRD now and then let it flee (use the melody of well-known Oh Freedom!) --- nest/a-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/a-path.c') diff --git a/nest/a-path.c b/nest/a-path.c index 6bad9747..6f1c40bf 100644 --- a/nest/a-path.c +++ b/nest/a-path.c @@ -805,7 +805,7 @@ as_path_match(const struct adata *path, struct f_path_mask *mask) val2 = val = mask->val; goto step; case PM_ASN_EXPR: - ASSERT(0); + bug("Expressions should be evaluated on AS path mask construction."); case PM_ASN_RANGE: val = mask->val; val2 = mask->val2; -- cgit v1.2.3