eap-sim-pcsc: fix compiler warning

This commit is contained in:
Martin Willi 2013-07-18 14:55:05 +02:00
parent 896abbefc5
commit 2e9e2fa848
1 changed files with 1 additions and 2 deletions

View File

@ -133,7 +133,7 @@ METHOD(simaka_card_t, get_triplet, bool,
cur_reader += strlen(cur_reader) + 1)
{
DWORD dwActiveProtocol = -1;
SCARD_IO_REQUEST *pioSendPci;
const SCARD_IO_REQUEST *pioSendPci;
SCARD_IO_REQUEST pioRecvPci;
BYTE pbRecvBuffer[64];
DWORD dwRecvLength;
@ -394,4 +394,3 @@ eap_sim_pcsc_card_t *eap_sim_pcsc_card_create()
return &this->public;
}