mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-14 04:49:58 +01:00
Cleanup dmmap after config download
This commit is contained in:
parent
4a91657fe8
commit
37b29ab5c6
1 changed files with 6 additions and 0 deletions
|
|
@ -737,6 +737,12 @@ end:
|
|||
}
|
||||
fclose(input);
|
||||
pthread_mutex_unlock(&mutex_config_load);
|
||||
|
||||
if (ret == CWMP_OK) {
|
||||
// Need to remove dmmap
|
||||
set_uci_path_value(VARSTATE_CONFIG, "dmmap.dmmap.cleanup", "1");
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue