diff options
| author | Jo-Philipp Wich | 2020-05-26 13:49:18 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2020-05-26 14:00:34 +0000 |
| commit | 078bb57e0769c987c05244abe1f7d8d53e0e323e (patch) | |
| tree | 3c7ee0b0e16f6c1bd6cbf1085c53420e07358bcc | |
| parent | 3df62bcebd2caff47506ccffb42df8d2d2123c06 (diff) | |
| download | rpcd-078bb57e0769c987c05244abe1f7d8d53e0e323e.tar.gz | |
uci: reset uci_ptr flags when merging options during section add
Fixes: FS#3126
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| -rw-r--r-- | uci.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -734,6 +734,7 @@ rpc_uci_add(struct ubus_context *ctx, struct ubus_object *obj, { blobmsg_for_each_attr(cur, tb[RPC_A_VALUES], rem) { + ptr.flags = 0; ptr.o = NULL; ptr.option = blobmsg_name(cur); |