Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/TR-181/middle_layer_src/wanmgr_rdkbus_apis.c
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@ int Update_Current_ActiveDNS(char* CurrentActiveDNS)
{
CcspTraceError(("%s %d - Open %s error!\n", __FUNCTION__, __LINE__, RESOLV_CONF_FILE));
#ifdef ENABLE_FEATURE_TELEMETRY2_0
t2_event_d("SYST_ERROR_DNSFAIL", 1);
t2_event_d("SYS_ERROR_DNSFAIL", 1);
Comment thread
guto86 marked this conversation as resolved.
#endif
return RETURN_ERR;
}
Expand Down Expand Up @@ -2162,7 +2162,7 @@ ANSC_STATUS Update_Interface_Status()
}
snprintf(uptime_str, sizeof(uptime_str), "%lld", uptime_ms);

t2_event_s("SYST_INFO_DNSSTART_split", uptime_str);
t2_event_s("SYS_INFO_DNSSTART_split", uptime_str);
dns_start_sent = 1;
}
}
Expand Down