Compile errors for woth-restconf=fcgi. Added CI for compiling fcgi

This commit is contained in:
Olof hagsand 2023-09-26 22:50:06 +02:00
parent 2b6bd4fb5c
commit 512d085f38
5 changed files with 27 additions and 5 deletions

View file

@ -182,7 +182,6 @@ xpath_append(cbuf *cb0,
* [<mt-point>] Optional YANG path-arg/xpath from mount-point
* @param[out] commands vector of function pointers to callback functions
* @param[out] helptxt vector of pointers to helptexts
* @see cli_expand_var_generate This is where arg is generated
* @see cli_expand_var_generate where api_path_fmt + mt-point are generated
*/
int
@ -407,7 +406,7 @@ expand_dbvar(void *h,
}
ok:
retval = 0;
done:
done:
if (nsc0)
cvec_free(nsc0);
if (api_path_fmt_cb)