get_rpc_method defaults to true

This commit is contained in:
vdutta 2022-10-30 19:02:40 +05:30
parent 4a5ca8b525
commit ef5631e34f

View file

@ -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) {