Typo for schema mtpoint refactoring for restconf fcgi
This commit is contained in:
parent
b0ec866544
commit
73183c4077
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ main(int argc,
|
|||
goto done;
|
||||
|
||||
/* Create top-level yang spec and store as option */
|
||||
if ((yspec = yspec_new(h, YSPEC_DATA_TOP)) == NULL)
|
||||
if ((yspec = yspec_new(h, YANG_DATA_TOP)) == NULL)
|
||||
goto done;
|
||||
|
||||
/* Initialize plugin module by creating a handle holding plugin and callback lists */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue