Eliminate Dead nested assignment warnings

This commit is contained in:
akallabeth
2022-04-28 09:56:11 +02:00
committed by akallabeth
parent ec699f6c75
commit 6fd71fe737
9 changed files with 11 additions and 13 deletions

View File

@@ -138,7 +138,7 @@ static DWORD WINAPI smartcard_context_thread(LPVOID arg)
{
smartcard_operation_free(&element->operation, TRUE);
WLog_ERR(TAG, "Queue_Enqueue failed!");
status = ERROR_INTERNAL_ERROR;
status = error;
break;
}