Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion source/dmlxdns/cosa_xdns_apis.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ extern ANSC_HANDLE bus_handle;
#include "ccsp_xdnsLog_wrapper.h"
#include "safec_lib_common.h"
#include "secure_wrapper.h"
#include <telemetry_busmessage_sender.h>
//static pthread_mutex_t dnsmasqMutex = PTHREAD_MUTEX_INITIALIZER;

#define BUF_LEN (10 * (sizeof(struct inotify_event) + NAME_MAX + 1))
Expand Down
1 change: 1 addition & 0 deletions source/dmlxdns/cosa_xdns_apis.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include "cosa_apis.h"
#include "dslh_definitions_tr143.h"
#include <telemetry_busmessage_sender.h>
Comment thread
apattu200 marked this conversation as resolved.

#define RESOLV_CONF "/etc/resolv.conf"
#define DNSMASQ_SERVERS_CONF "/nvram/dnsmasq_servers.conf"
Expand Down
1 change: 1 addition & 0 deletions source/dmlxdns/cosa_xdns_dml.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ XDNS_SetParamBoolValue
if (!is_devicemode_business())
{
CcspTraceInfo(("[XDNS] DNSSec feature not supported in residential mode\n"));
t2_event_d("XDNS_DNSSec_NotSupported", 1);
return FALSE;
Comment thread
apattu200 marked this conversation as resolved.
}
#endif // _ONESTACK_PRODUCT_REQ_
Expand Down
Loading