mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Eliminate Dead nested assignment warnings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user