Typo for schema mtpoint refactoring for restconf fcgi

This commit is contained in:
Olof hagsand 2024-08-30 10:36:24 +02:00
parent b0ec866544
commit 73183c4077

View file

@ -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 */