mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Remove sync after file download
This commit is contained in:
parent
8788dc4c11
commit
943f487498
1 changed files with 0 additions and 2 deletions
|
|
@ -633,8 +633,6 @@ int bbf_fw_image_download(const char *url, const char *auto_activate, const char
|
|||
long res_code = download_file(fw_image_path, url, username, password);
|
||||
time_t complete_time = time(NULL);
|
||||
|
||||
sync();
|
||||
|
||||
// Send Transfer Complete Event
|
||||
send_transfer_complete_event(command, obj_path, url, res_code, start_time, complete_time,commandKey, "Download");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue