From 1c05b32d041822e78649c5b0615ed2731b5cc327 Mon Sep 17 00:00:00 2001 From: nhanasi Date: Mon, 5 Jan 2026 14:13:51 -0500 Subject: [PATCH] Update rfc_xconf_handler.cpp --- rfcMgr/rfc_xconf_handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcMgr/rfc_xconf_handler.cpp b/rfcMgr/rfc_xconf_handler.cpp index 5ea389f8..d70fb8cb 100644 --- a/rfcMgr/rfc_xconf_handler.cpp +++ b/rfcMgr/rfc_xconf_handler.cpp @@ -2413,7 +2413,7 @@ void RuntimeFeatureControlProcessor::processXconfResponseConfigDataPart(JSON *fe } else { - if (currentValue.empty()) + if (newValue.empty()) { RDK_LOG(RDK_LOG_INFO, LOG_RFCMGR, "[%s][%d] EMPTY value for %s is rejected\n", __FUNCTION__, __LINE__, newKey.c_str()); continue;