Skip to content

Commit 27f672d

Browse files
authored
RDKB-62050 : Addressing Format issues
1 parent 8a13eef commit 27f672d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/protocol/http/curlinterface.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ static void curlCertSelectorInit()
273273
{
274274
bool state_red_enable = false;
275275

276-
#if defined(ENABLE_RED_RECOVERY_SUPPORT)
277-
state_red_enable = isStateRedEnabled();
278-
#endif
276+
#if defined(ENABLE_RED_RECOVERY_SUPPORT)
277+
state_red_enable = isStateRedEnabled();
278+
#endif
279279

280280
if (state_red_enable && curlRcvryCertSelector == NULL )
281281
{
@@ -345,10 +345,10 @@ T2ERROR sendReportOverHTTP(char *httpUrl, char *payload, pid_t* outForkedPid)
345345
}
346346
#ifdef LIBRDKCERTSEL_BUILD
347347
curlCertSelectorInit();
348-
#if defined(ENABLE_RED_RECOVERY_SUPPORT)
349-
state_red_enable = isStateRedEnabled();
350-
T2Info("%s: state_red_enable: %d\n", __func__, state_red_enable );
351-
#endif
348+
#if defined(ENABLE_RED_RECOVERY_SUPPORT)
349+
state_red_enable = isStateRedEnabled();
350+
T2Info("%s: state_red_enable: %d\n", __func__, state_red_enable );
351+
#endif
352352
if (state_red_enable)
353353
{
354354
thisCertSel = curlRcvryCertSelector;

0 commit comments

Comments
 (0)