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

Commit

Permalink
Forgotten ctor parameter
Browse files Browse the repository at this point in the history
But WTF using structs here?
  • Loading branch information
picrap committed Oct 23, 2015
1 parent da99f43 commit 9123752
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 9123752

Please sign in to comment.