mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-06 09:21:14 +01:00
Ticket refs #14649: GPV after config upload not getting processed
This commit is contained in:
parent
0b29e9c17d
commit
cfbec44903
1 changed files with 1 additions and 1 deletions
2
xml.c
2
xml.c
|
|
@ -2424,7 +2424,7 @@ int cwmp_launch_upload(struct upload *pupload, struct transfer_complete **ptrans
|
|||
return error;
|
||||
}
|
||||
|
||||
p->command_key = strdup(pupload->command_key);
|
||||
p->command_key = pupload->command_key?strdup(pupload->command_key):strdup("");
|
||||
p->start_time = strdup(upload_startTime);
|
||||
p->complete_time = strdup(mix_get_time());
|
||||
if(error != FAULT_CPE_NO_FAULT)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue