restconf get working alpha

This commit is contained in:
Olof hagsand 2016-08-21 19:12:10 +02:00
parent ef3c98518a
commit 9552aeebbb
6 changed files with 131 additions and 998 deletions

View file

@ -381,7 +381,7 @@ main(int argc, char **argv)
argc -= optind;
argv += optind;
/* Parse db spec file */
/* Parse yang database spec file */
if (yang_spec_main(h, stdout, 0) < 0)
goto done;