X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=config.c;h=a8796afae3265b676fbb2b0b065bb9fd7fa3a3da;hp=2e0036456cd208bd05a4a3e6ba5631787a7a930a;hb=feec10d799b5a2e1d591102cf966344238818480;hpb=4e335f640fadda81aff9dd2dc06703961bea2826 diff --git a/config.c b/config.c index 2e00364..a8796af 100644 --- a/config.c +++ b/config.c @@ -73,7 +73,7 @@ static void uci_array_to_blob(struct blob_buf *b, struct uci_option *o, static void __uci_to_blob(struct blob_buf *b, struct uci_section *s, const struct config_param_list *p) { - const struct blobmsg_policy *attr; + const struct blobmsg_policy *attr = NULL; struct uci_element *e; struct uci_option *o; void *array;