Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #352 from picrap/small-fixes
Browse files Browse the repository at this point in the history
Forgotten ctor parameter
  • Loading branch information
yck1509 committed Nov 2, 2015
2 parents e4016cc + 9123752 commit 9357457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Confuser.Core/ObfAttrMarker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ IEnumerable<ProtectionSettingsInfo> ProcessAttributes(IEnumerable<ObfuscationAtt

bool ok = true;
try {
new ObfAttrParser().ParseProtectionString(null, info.Settings);
new ObfAttrParser(protections).ParseProtectionString(null, info.Settings);
}
catch {
ok = false;
Expand Down

0 comments on commit 9357457

Please sign in to comment.