summaryrefslogtreecommitdiff
path: root/nest
diff options
context:
space:
mode:
Diffstat (limited to 'nest')
-rw-r--r--nest/rt-show.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nest/rt-show.c b/nest/rt-show.c
index bd0df9ee..7691878d 100644
--- a/nest/rt-show.c
+++ b/nest/rt-show.c
@@ -107,8 +107,7 @@ rt_show_net(struct cli *c, net *n, struct rt_show_data *d)
/* The Clang static analyzer complains that ec may be NULL.
* It should be ensured to be not NULL by rt_show_prepare_tables() */
- if (d->export_mode)
- ASSUME(ec);
+ ASSUME(!d->export_mode || ec);
int first = 1;
int pass = 0;