experimental netconf yang spec

This commit is contained in:
Olof hagsand 2017-12-08 19:37:09 +01:00
parent 822aac18a1
commit 056b5c97dd
16 changed files with 250 additions and 147 deletions

View file

@ -357,7 +357,7 @@ main(int argc,
return -1;
/* Parse yang database spec file */
if (yang_spec_main(h, NULL, 0) < 0)
if (yang_spec_main(h) == NULL)
goto done;
if ((sockpath = clicon_option_str(h, "CLICON_RESTCONF_PATH")) == NULL){