From 73183c4077c96ba7debbbc25f9633f2fa6fccdbc Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Fri, 30 Aug 2024 10:36:24 +0200 Subject: [PATCH] Typo for schema mtpoint refactoring for restconf fcgi --- apps/restconf/restconf_main_fcgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/restconf/restconf_main_fcgi.c b/apps/restconf/restconf_main_fcgi.c index 7c21c891..c716e14b 100644 --- a/apps/restconf/restconf_main_fcgi.c +++ b/apps/restconf/restconf_main_fcgi.c @@ -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 */