mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-01-28 01:27:16 +01:00
Ticket refs #9354 : Bootstrap when device is rebooted
This commit is contained in:
parent
447ed43ba2
commit
898ac9c337
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ void bkp_session_save()
|
|||
fp = fopen(CWMP_BKP_FILE, "w");
|
||||
mxmlSaveFile(bkp_tree, fp, MXML_NO_CALLBACK);
|
||||
fclose(fp);
|
||||
sync();
|
||||
pthread_mutex_unlock (&mutex_backup_session);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue