diff options
Diffstat (limited to 'pbrd/pbr_vty.c')
| -rw-r--r-- | pbrd/pbr_vty.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pbrd/pbr_vty.c b/pbrd/pbr_vty.c index 08fe56c7bb..aa98913571 100644 --- a/pbrd/pbr_vty.c +++ b/pbrd/pbr_vty.c @@ -1488,7 +1488,7 @@ pbrms_nexthop_group_write_individual_nexthop(  {  	struct pbr_nexthop_group_cache find;  	struct pbr_nexthop_group_cache *pnhgc; -	struct pbr_nexthop_cache lookup; +	struct pbr_nexthop_cache lookup = {};  	struct pbr_nexthop_cache *pnhc;  	memset(&find, 0, sizeof(find));  | 
