Restconf compile warnings and docs
This commit is contained in:
parent
5551d753ef
commit
463aa15544
6 changed files with 9 additions and 9 deletions
|
|
@ -798,9 +798,9 @@ restconf_config_init(clicon_handle h,
|
|||
strcmp(bstr, "true") == 0) {
|
||||
restconf_http_data_set(h, 1);
|
||||
}
|
||||
else if (strcmp(bstr, "false") == 0){
|
||||
else
|
||||
restconf_http_data_set(h, 0);
|
||||
}
|
||||
|
||||
/* Check if fcgi-socket is true and that feature is enabled
|
||||
* It is protected by if-feature fcgi, which means if the feature is not enabled, then
|
||||
* YANG spec will exist but by ANYDATA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue