B#4738: Add commit cwmp uci changes on set_notification cmd

- Updated Change package list in case of set_notification cmd
This commit is contained in:
vdutta 2021-04-22 18:27:23 +05:30
parent 45b823fe47
commit 73e1f1102f

View file

@ -293,6 +293,7 @@ int dm_entry_apply(struct dmctx *ctx, int cmd, char *arg1, char *arg2)
if (fault) break; if (fault) break;
} }
if (!fault) { if (!fault) {
dmuci_change_packages(&head_package_change);
dmuci_save(); dmuci_save();
} }
free_all_set_list_tmp(ctx); free_all_set_list_tmp(ctx);