mirror of https://github.com/BOINC/boinc.git
parent
b4171db597
commit
2b3dec7557
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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,
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue