diff options
Diffstat (limited to 'src/ext/ComPlus/ca/cppartroleexec.cpp')
-rw-r--r-- | src/ext/ComPlus/ca/cppartroleexec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/ComPlus/ca/cppartroleexec.cpp b/src/ext/ComPlus/ca/cppartroleexec.cpp index 4a503c79..910473e0 100644 --- a/src/ext/ComPlus/ca/cppartroleexec.cpp +++ b/src/ext/ComPlus/ca/cppartroleexec.cpp | |||
@@ -49,7 +49,7 @@ HRESULT CpiConfigureUsersInPartitionRoles( | |||
49 | hr = CpiActionStartMessage(ppwzData, FALSE); | 49 | hr = CpiActionStartMessage(ppwzData, FALSE); |
50 | ExitOnFailure(hr, "Failed to send action start message"); | 50 | ExitOnFailure(hr, "Failed to send action start message"); |
51 | 51 | ||
52 | // ger count | 52 | // get count |
53 | int iCnt = 0; | 53 | int iCnt = 0; |
54 | hr = WcaReadIntegerFromCaData(ppwzData, &iCnt); | 54 | hr = WcaReadIntegerFromCaData(ppwzData, &iCnt); |
55 | ExitOnFailure(hr, "Failed to read count"); | 55 | ExitOnFailure(hr, "Failed to read count"); |