Bug#630887: libchipcard6: please use SCardEstablishContext() before SCardListReaders()

2011-06-18 Thread Frank Engler
Package: libchipcard6 Version: 5.0.2-1 Severity: important Tags: upstream Hi, since pcsc-lite-1.6.0 pcscd deamon would not be started by default. Instead, libpcsclite will try to start it on SCardEstablishContext(). LC_Client_Start() tries to find chipcard readers invoking

Bug#630887: libchipcard6: please use SCardEstablishContext() before SCardListReaders()

2011-06-18 Thread Martin Preuss
Hi, On Samstag 18 Juni 2011, Frank Engler wrote: [...] I recommend creating a context before SCardListReaders() as suggested by http://pcsclite.alioth.debian.org/pcsc-lite/node10.html. [...] SCardEstablishContext is already called by LC_Client_Init(), which is the first function called before

Bug#630887: libchipcard6: please use SCardEstablishContext() before SCardListReaders()

2011-06-18 Thread Frank Engler
Martin Preuss mar...@aqbanking.de writes: I recommend creating a context before SCardListReaders() as suggested by http://pcsclite.alioth.debian.org/pcsc-lite/node10.html. [...] SCardEstablishContext is already called by LC_Client_Init(), which is the first function called before trying to

Bug#630887: libchipcard6: please use SCardEstablishContext() before SCardListReaders()

2011-06-18 Thread Martin Preuss
Hi, On Samstag 18 Juni 2011, Frank Engler wrote: [...] But SCardListReaders() does not require cl-scardContext being a valid context. E.g. geldkarte call LC_Client_Init() and LC_Client_free() before calling LC_Client_Start(). So I suppose, the context has already gone before looking for