From 5299dfed3bc1e60b839d3d74330c48f425777180 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 10 Feb 2016 18:12:42 -0500 Subject: [PATCH] WINBUILD: Skip decoding the setup cookie. --- .../redist/Windows/src/boinccas/CACreateProjectInitFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win_build/installerv2/redist/Windows/src/boinccas/CACreateProjectInitFile.cpp b/win_build/installerv2/redist/Windows/src/boinccas/CACreateProjectInitFile.cpp index b6ee0c4992..1a1b7565b1 100644 --- a/win_build/installerv2/redist/Windows/src/boinccas/CACreateProjectInitFile.cpp +++ b/win_build/installerv2/redist/Windows/src/boinccas/CACreateProjectInitFile.cpp @@ -114,7 +114,7 @@ tstring CACreateProjectInitFile::ParseParameter(tstring& strSetupExeName, tstrin // WCG didn't want to have to encode their setup cookie value. So all parameters but the setup cookie // are base64 encoded. // - if (strParameterName == _T("asc")) { + if (strParameterName == _T("asc_")) { strParameterValue = strEncodedValue;