From a609467986b2f874eaced467b912f54ea2c9620f Mon Sep 17 00:00:00 2001 From: Alden Hart Date: Thu, 23 Mar 2017 13:58:37 -0400 Subject: [PATCH] Fix status reporting bug --- g2core/config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/g2core/config.cpp b/g2core/config.cpp index 8ce74a0a..48ca1533 100644 --- a/g2core/config.cpp +++ b/g2core/config.cpp @@ -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