summaryrefslogtreecommitdiff
path: root/lib/routemap.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-02-08 09:35:57 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-02-08 09:35:57 -0500
commitce45c9cc64360113f162dfed9923f7f02e5684e7 (patch)
tree14b3cf139775d0ff8ba7cdd16db3b316c2d8e804 /lib/routemap.c
parent74ef1672285135d630356054eba5491cdbaa5186 (diff)
parente84aba82ab3ab5192eecaa4a210bf1fcf7aaceda (diff)
Merge branch 'master' of https://github.com/freerangerouting/frr into coverity
Diffstat (limited to 'lib/routemap.c')
-rw-r--r--lib/routemap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/routemap.c b/lib/routemap.c
index 7be24dfda4..49b3039838 100644
--- a/lib/routemap.c
+++ b/lib/routemap.c
@@ -2303,9 +2303,9 @@ DEFUN (no_match_metric,
if (argc <= idx_number)
return rmap_match_set_hook.no_match_metric (vty, index, "metric",
NULL, RMAP_EVENT_MATCH_DELETED);
- return rmap_match_set_hook.no_match_metric(vty, index, "metric",
- argv[idx_number]->arg,
- RMAP_EVENT_MATCH_DELETED);
+ return rmap_match_set_hook.no_match_metric(vty, index, "metric",
+ argv[idx_number]->arg,
+ RMAP_EVENT_MATCH_DELETED);
}
return CMD_SUCCESS;
}