Skip to content

Commit

Permalink
Merge pull request #2 from rdkcentral/RDKB-55351-cherry-pick
Browse files Browse the repository at this point in the history
RDKB-55351: [HUB6][64Bit Arch] RdkPppManager crash on bootup
  • Loading branch information
guto86 authored Jun 7, 2024
2 parents f347dee + 0002ece commit ac5dece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/TR-181/middle_layer_src/pppmgr_dml_ppp_apis.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ PppDmlGetIntfValuesFromPSM

// init mutex
pthread_mutexattr_t muttex_attr;
memset(&muttex_attr, 0, sizeof(pthread_mutexattr_t));
pthread_mutexattr_settype(&muttex_attr, PTHREAD_MUTEX_RECURSIVE);
pthread_mutex_init(&(pEntry->mDataMutex), &(muttex_attr));

Expand Down

0 comments on commit ac5dece

Please sign in to comment.