mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-02-22 12:23:28 +01:00
<empty commit message>
This commit is contained in:
parent
7fd18f8e45
commit
229c8a8a5b
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ int xml_set_cwmp_id(struct session *session)
|
|||
if (b) {
|
||||
|
||||
b = mxmlWalkNext(b, session->tree_in, MXML_DESCEND_FIRST);
|
||||
if (!b || !b->value.text.string) return -1;
|
||||
if (!b || !b->value.text.string) return 0;
|
||||
c = strdup(b->value.text.string);
|
||||
|
||||
b = mxmlFindElement(session->tree_out, session->tree_out, "cwmp:ID", NULL, NULL, MXML_DESCEND);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue