diff --git a/Build/Release/x64/repacls.exe b/Build/Release/x64/repacls.exe index f81afb8..14474be 100644 Binary files a/Build/Release/x64/repacls.exe and b/Build/Release/x64/repacls.exe differ diff --git a/Build/Release/x86/repacls.exe b/Build/Release/x86/repacls.exe index f40fce2..fbf485b 100644 Binary files a/Build/Release/x86/repacls.exe and b/Build/Release/x86/repacls.exe differ diff --git a/Build/Repacls.zip b/Build/Repacls.zip index 714f528..94a1387 100644 Binary files a/Build/Repacls.zip and b/Build/Repacls.zip differ diff --git a/OperationCanonicalizeAcls.cpp b/OperationCanonicalizeAcls.cpp index 1779c03..4b08332 100644 --- a/OperationCanonicalizeAcls.cpp +++ b/OperationCanonicalizeAcls.cpp @@ -28,7 +28,7 @@ bool OperationCanonicalizeAcls::ProcessAclAction(WCHAR * const sSdPart, ObjectEn OperationCheckCanonical::AceOrder oThisAceOrder = OperationCheckCanonical::DetermineAceOrder(tCheckAce); // make sure this order is not less then the current order - if (oThisAceOrder < oOrderOverall) break; + if (oThisAceOrder < oOrderOverall) { bHasProblems = true; break; diff --git a/Version.h b/Version.h index bf3fe5e..e1af996 100644 --- a/Version.h +++ b/Version.h @@ -1,4 +1,4 @@ #pragma once -#define VERSION_STRING "1.11.0.0" -#define VERSION_COMMA 1,11,0,0 +#define VERSION_STRING "1.11.0.1" +#define VERSION_COMMA 1,11,0,1