Skip to content
Open
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
2 changes: 2 additions & 0 deletions source-arm/TR-181/board_sbapi/cosa_users_apis.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,9 @@ CosaDmlUserResetPassword
UNREFERENCED_PARAMETER(bValue);
CcspTraceWarning(("%s, Entered Reset function\n",__FUNCTION__));
char defPassword[10];
#if defined(_HUB4_PRODUCT_REQ_) || defined(_PLATFORM_RASPBERRYPI_) || defined(_PLATFORM_TURRIS_) || defined(_PLATFORM_BANANAPI_R4_) || defined(LIBRDKCONFIG_BUILD) || (defined(_COSA_FOR_BCI_) && defined(LIBRDKCONFIG_BUILD))
errno_t safec_rc = -1;
#endif
if(!strcmp(pEntry->Username,"admin"))
{
#if defined(_HUB4_PRODUCT_REQ_) || defined(_PLATFORM_RASPBERRYPI_) || defined(_PLATFORM_TURRIS_) || defined(_PLATFORM_BANANAPI_R4_) || defined(_PLATFORM_IPQ_)
Expand Down
Loading