Cleanup dmmap after config download

This commit is contained in:
Suvendhu Hansa 2026-02-12 12:28:17 +05:30
parent 4a91657fe8
commit 37b29ab5c6

View file

@ -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;
}