Skip to content

Commit

Permalink
Merge pull request #2 from rdkcentral/feature/RDKE-231
Browse files Browse the repository at this point in the history
RDKE-231: remove string from source
  • Loading branch information
DamianoBaroneSky authored Feb 17, 2025
2 parents d4f7830 + ebec863 commit dd391d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sysDiag/btrMgr_DeviceUtils.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define WPEFRAMEWORKSECURITYUTILITY "/usr/bin/WPEFrameworkSecurityUtility"
#define MFRUTIL "/usr/bin/mfr_util %s" // --PDRIVersion"
#define GETINSTALLEDRDMMANIFESTVERSIONSCRIPT "/lib/rdk/cdlSupport.sh getInstalledRdmManifestVersion"
#define RDKSSACLI "/usr/bin/rdkssacli %s" // \"{STOR=GET,SRC=kquhqtoczcbx,DST=/dev/stdout}\"";
#define RDKSSACLI "/usr/bin/rdkssacli %s" // \"{STOR=GET,SRC=CREDREFERENCE,DST=STDOUT}\"";
#define MD5SUM "/usr/bin/md5sum %s"
#define GETMODELSCRIPT "/lib/rdk/cdlSupport.sh getModel"
int MemDLAlloc( DownloadData *pDwnData, size_t szDataSize )
Expand Down

0 comments on commit dd391d3

Please sign in to comment.