mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-10 07:44:41 +01:00
get_rpc_method defaults to true
This commit is contained in:
parent
4a5ca8b525
commit
ef5631e34f
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ int get_global_config()
|
|||
cwmp_main->conf.acs_getrpc = uci_str_to_bool(value);
|
||||
FREE(value);
|
||||
} else {
|
||||
return error;
|
||||
cwmp_main->conf.acs_getrpc = true;
|
||||
}
|
||||
|
||||
if ((error = uci_get_value(UCI_CPE_USERID_PATH, &value)) == CWMP_OK) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue