mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-06 09:30:34 +01:00
T#7819: failed to delete newly created Ethernet.Link. Object
This commit is contained in:
parent
612ad08a82
commit
156343b714
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ static int delObjEthernetLink(char *refparam, struct dmctx *ctx, void *data, cha
|
|||
|
||||
// Check each network section in the list of sections
|
||||
if (*sect_name == '\0')
|
||||
return -1;
|
||||
break;
|
||||
|
||||
section_list = dmstrdup(sect_name);
|
||||
for (pch = strtok_r(section_list, ",", &pchr); pch != NULL; pch = strtok_r(NULL, ",", &pchr)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue