ret error
This commit is contained in:
parent
b9df1ed5b3
commit
7b9edd7112
1 changed files with 6 additions and 4 deletions
|
|
@ -375,10 +375,12 @@ startup_commit(clicon_handle h,
|
||||||
goto done;
|
goto done;
|
||||||
if (xmldb_get(h, db, "/", 1, &xt, msd) < 0)
|
if (xmldb_get(h, db, "/", 1, &xt, msd) < 0)
|
||||||
goto done;
|
goto done;
|
||||||
if (msd && (ret = clixon_module_upgrade(h, xt, msd, cbret)) < 0)
|
if (msd){
|
||||||
goto done;
|
if((ret = clixon_module_upgrade(h, xt, msd, cbret)) < 0)
|
||||||
if (ret == 0)
|
goto done;
|
||||||
goto fail;
|
if (ret == 0)
|
||||||
|
goto fail;
|
||||||
|
}
|
||||||
if ((yspec = clicon_dbspec_yang(h)) == NULL){
|
if ((yspec = clicon_dbspec_yang(h)) == NULL){
|
||||||
clicon_err(OE_YANG, 0, "Yang spec not set");
|
clicon_err(OE_YANG, 0, "Yang spec not set");
|
||||||
goto done;
|
goto done;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue