mirror of
https://github.com/synthetos/g2.git
synced 2026-09-21 18:56:31 +08:00
Fix status reporting bug
This commit is contained in:
@@ -423,6 +423,7 @@ uint8_t nv_get_type(nvObj_t *nv)
|
||||
/*
|
||||
* nv_coerce_types() - change types based on type field in configApp table
|
||||
*/
|
||||
|
||||
void nv_coerce_types(nvObj_t *nv)
|
||||
{
|
||||
if (nv->valuetype == TYPE_NULL) { // don't change type if it's a GET query
|
||||
|
||||
Reference in New Issue
Block a user