93 |
if( !c || ctx->out_of_core ) |
if( !c || ctx->out_of_core ) |
94 |
return NULL; |
return NULL; |
95 |
|
|
96 |
DEBUG3 ("type=%d code=%d key=%s\n", c->type, code, key); |
/*DEBUG3 ("type=%d code=%d key=%s\n", c->type, code, key);*/ |
97 |
|
|
98 |
if (ON_EVENT (STATUS_GET_LINE, "cardctrl.insert_card_okay")) |
if (ON_EVENT (STATUS_GET_LINE, "cardctrl.insert_card_okay")) |
99 |
{ |
{ |
166 |
gpgme_ctx_t ctx = opaque; |
gpgme_ctx_t ctx = opaque; |
167 |
gpgme_editcard_t c = ctx->edit_opaque; |
gpgme_editcard_t c = ctx->edit_opaque; |
168 |
|
|
169 |
DEBUG3 ("type=%d code=%d key=%s\n", c->type, code, key); |
/*DEBUG3 ("type=%d code=%d key=%s\n", c->type, code, key);*/ |
170 |
|
|
171 |
if (!c || ctx->out_of_core) |
if (!c || ctx->out_of_core) |
172 |
return NULL; |
return NULL; |