mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-13 04:28:33 +01:00
Fix transfer_complete event after vendor config download
This commit is contained in:
parent
0a6d7f6ab4
commit
8a057ca1f5
1 changed files with 2 additions and 0 deletions
|
|
@ -327,6 +327,8 @@ int apply_downloaded_file(struct cwmp *cwmp, struct download *pdownload, char *d
|
|||
cwmp_commit_package("cwmp", UCI_VARSTATE_CONFIG);
|
||||
if (pdownload->file_type[0] == '3') {
|
||||
CWMP_LOG(INFO, "Download and apply new vendor config file is done successfully");
|
||||
cwmp_root_cause_transfer_complete(cwmp, ptransfer_complete);
|
||||
bkp_session_delete_transfer_complete(ptransfer_complete);
|
||||
}
|
||||
return FAULT_CPE_NO_FAULT;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue