Skip to content

Commit

Permalink
Fix Devicemac NULL issue in XER5
Browse files Browse the repository at this point in the history
  • Loading branch information
Leela-Charumathi committed Jan 17, 2024
1 parent 73afcaa commit 9ca9f3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rdkb/impl.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
#define DEVICE_MAC "Device.DeviceInfo.X_COMCAST-COM_WAN_MAC"
#elif defined(_WNXL11BWL_PRODUCT_REQ_)
#define DEVICE_MAC "Device.DeviceInfo.X_COMCAST-COM_WAN_MAC"
#elif defined(_XER5_PRODUCT_REQ_)
#define DEVICE_MAC "Device.DeviceInfo.X_COMCAST-COM_WAN_MAC"
#else
#define DEVICE_MAC "Device.X_CISCO_COM_CableModem.MACAddress"
#endif
Expand Down

0 comments on commit 9ca9f3c

Please sign in to comment.