Revision 6f06f178

b/libcacard/vcard_emul_nss.c
1018 1018
            if (slot == NULL || !PK11_IsRemovable(slot) || !PK11_IsHW(slot)) {
1019 1019
                continue;
1020 1020
            }
1021
            if (strcmp("E-Gate 0 0", PK11_GetSlotName(slot)) == 0) {
1022
                /*
1023
                 * coolkey <= 1.1.0-20 emulates this reader if it can't find
1024
                 * any hardware readers. This causes problems, warn user of
1025
                 * problems.
1026
                 */
1027
                fprintf(stderr, "known bad coolkey version - see "
1028
                        "https://bugzilla.redhat.com/show_bug.cgi?id=802435\n");
1029
                continue;
1030
            }
1021 1031
            vreader_emul = vreader_emul_new(slot, options->hw_card_type,
1022 1032
                                            options->hw_type_params);
1023 1033
            vreader = vreader_new(PK11_GetSlotName(slot), vreader_emul,

Also available in: Unified diff