mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-14 21:20:28 +01:00
T#7819: failed to delete newly created Ethernet.Link. Object
(cherry picked from commit 156343b714)
This commit is contained in:
parent
c69f36f8af
commit
6cbcff1e95
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