Skip to content

Commit

Permalink
Fix checking device defender config (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
timbz authored Nov 14, 2024
1 parent ce63afe commit 8449b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ int main(int argc, char *argv[])
features->add(DeviceDefenderFeature::NAME, nullptr);
}
#else
if (config.config.sampleShadow.enabled)
if (config.config.deviceDefender.enabled)
{
LOGM_ERROR(
TAG,
Expand Down

0 comments on commit 8449b9d

Please sign in to comment.