diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-07-29 13:06:49 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-07-29 13:06:49 -0400 |
| commit | 51c4ed0a0e556e24ebc86f7173b8b64ee9ff8ba3 (patch) | |
| tree | 76f7c00aecac2842cccec18a4183c1a161249ecc /staticd/static_vty.c | |
| parent | fe64533ad9a780366ce143480c26a6ee61ea14ba (diff) | |
staticd, zebra: Fix up code warnings
CI found a couple of warnings that needed to be cleaned up.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'staticd/static_vty.c')
| -rw-r--r-- | staticd/static_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/staticd/static_vty.c b/staticd/static_vty.c index 45a4d53ba1..98153f7149 100644 --- a/staticd/static_vty.c +++ b/staticd/static_vty.c @@ -1047,7 +1047,7 @@ DEFPY(ip_route_vrf, VTY_DECLVAR_CONTEXT(vrf, vrf); struct static_vrf *svrf = vrf->info; struct static_vrf *nh_svrf; - const char *flag = NULL; + const char *flag = NULL; if (table_str && !vrf_is_backend_netns()) { vty_out(vty, |
