Skip to content

Commit faf1bfd

Browse files
debug __ReportProfiles_ProcessReportProfilesMsgPackBlob
1 parent e1419ce commit faf1bfd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

source/bulkdata/reportprofiles.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,10 +1343,11 @@ int __ReportProfiles_ProcessReportProfilesMsgPackBlob(void *msgpack, bool checkP
13431343
}
13441344
}
13451345
// Unregister the Component Event List
1346-
if(*isRbusEnabled())
1346+
if(isRbusEnabled())
13471347
{
13481348
unregisterDEforCompEventList();
13491349
}
1350+
#if 0
13501351
/* Populate profile hash map for current configuration */
13511352
for( profileIndex = 0; profileIndex < profiles_count; profileIndex++ )
13521353
{
@@ -1447,6 +1448,7 @@ int __ReportProfiles_ProcessReportProfilesMsgPackBlob(void *msgpack, bool checkP
14471448
publishEventsProfileUpdates();
14481449
getMarkerCompRbusSub(true);
14491450
}
1451+
#endif
14501452
msgpack_unpacked_destroy(&result);
14511453
hash_map_destroy(profileHashMap, freeProfilesHashMap);
14521454
clearPersistenceFolder(CACHED_MESSAGE_PATH);

0 commit comments

Comments
 (0)