diff options
Diffstat (limited to 'lib/filter_nb.c')
| -rw-r--r-- | lib/filter_nb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/filter_nb.c b/lib/filter_nb.c index 23cea50870..3e22dcd148 100644 --- a/lib/filter_nb.c +++ b/lib/filter_nb.c @@ -415,7 +415,7 @@ static int lib_access_list_legacy_entry_destination_any_destroy( */ static int lib_access_list_create(struct nb_cb_create_args *args) { - struct access_list *acl; + struct access_list *acl = NULL; const char *acl_name; int type; @@ -685,7 +685,7 @@ static int lib_access_list_entry_any_destroy(struct nb_cb_destroy_args *args) */ static int lib_prefix_list_create(struct nb_cb_create_args *args) { - struct prefix_list *pl; + struct prefix_list *pl = NULL; const char *name; int type; |
