summaryrefslogtreecommitdiff
path: root/zebra/zebra_dplane.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_dplane.c')
-rw-r--r--zebra/zebra_dplane.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_dplane.c b/zebra/zebra_dplane.c
index 1ad5d93ae2..d034c8f306 100644
--- a/zebra/zebra_dplane.c
+++ b/zebra/zebra_dplane.c
@@ -2690,8 +2690,8 @@ done:
int dplane_ctx_intf_init(struct zebra_dplane_ctx *ctx, enum dplane_op_e op,
const struct interface *ifp)
{
- struct zebra_ns *zns = NULL;
- struct zebra_if *zif = NULL;
+ struct zebra_ns *zns;
+ struct zebra_if *zif;
int ret = EINVAL;
bool set_pdown, unset_pdown;