mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[warnings] fix unused result warnings
This commit is contained in:
@@ -713,7 +713,8 @@ FREERDP_ENTRY_POINT(UINT VCAPITYPE DeviceServiceEntry(PDEVICE_SERVICE_ENTRY_POIN
|
||||
|
||||
if (pEntryPoints->device->Name)
|
||||
{
|
||||
smartcard_call_context_add(smartcard->callctx, pEntryPoints->device->Name);
|
||||
if (!smartcard_call_context_add(smartcard->callctx, pEntryPoints->device->Name))
|
||||
goto fail;
|
||||
}
|
||||
|
||||
sSmartcard = smartcard;
|
||||
|
||||
Reference in New Issue
Block a user