compile error
This commit is contained in:
parent
1defd2afc7
commit
58f3d7b59a
1 changed files with 1 additions and 1 deletions
|
|
@ -2247,7 +2247,7 @@ xml_default(cxobj *xt,
|
|||
clicon_err(OE_UNIX, errno, "strdup");
|
||||
goto done;
|
||||
}
|
||||
if (add_namespace(xc, xt, prefix1, namespace) < 0)
|
||||
if (add_namespace(xc, xt, prefix, namespace) < 0)
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue