2009/10/1 Paul Klissner <[email protected]>: > During some testing of the Sun version of PCSClite we noticed > some SCARD_E_SHARING_VIOLATION errors in SCardReconnect(). > > A co-worker pointed out that winscard_clnt.c was patched (2475) in the > open source code to make SCardReconnect() loop (re-try) when > SCARD_E_SHARING_VIOLATION occurs, thus masking the error. > > That looks like a workaround for something. But does it mask the > error a bit *too* earnestly?
Fixed in revision 4442. http://lists.alioth.debian.org/pipermail/pcsclite-cvs-commit/2009-October/003960.html SCardReconnect(): return SCARD_E_SHARING_VIOLATION instead of blocking if the reader cannot be shared. Thanks -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
