Quick Updates

svn path=/trunk/boinc/; revision=14318
This commit is contained in:
Rom Walton 2007-11-28 21:15:26 +00:00
parent b4171db597
commit 2b3dec7557
6 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -147,7 +147,7 @@ UINT CACreateBOINCGroups::OnExecution()
1
);
if (NERR_Success != nasReturnValue) {
if ((NERR_Success != nasReturnValue) && (ERROR_MEMBER_IN_ALIAS != nasReturnValue)) {
LogMessage(
INSTALLMESSAGE_ERROR,
NULL,
@ -186,7 +186,7 @@ UINT CACreateBOINCGroups::OnExecution()
1
);
if (NERR_Success != nasReturnValue) {
if ((NERR_Success != nasReturnValue) && (ERROR_MEMBER_IN_ALIAS != nasReturnValue)) {
LogMessage(
INSTALLMESSAGE_ERROR,
NULL,
@ -225,7 +225,7 @@ UINT CACreateBOINCGroups::OnExecution()
1
);
if (NERR_Success != nasReturnValue) {
if ((NERR_Success != nasReturnValue) && (ERROR_MEMBER_IN_ALIAS != nasReturnValue)) {
LogMessage(
INSTALLMESSAGE_ERROR,
NULL,
@ -305,7 +305,7 @@ UINT CACreateBOINCGroups::OnExecution()
1
);
if (NERR_Success != nasReturnValue) {
if ((NERR_Success != nasReturnValue) && (ERROR_MEMBER_IN_ALIAS != nasReturnValue)) {
LogMessage(
INSTALLMESSAGE_ERROR,
NULL,