+2006-09-22 Marcus Brinkmann <marcus@g10code.de>
+
+ * keylist.c (keylist_colon_handler): Move debug output after
+ initialising KEY.
+
2006-07-29 Marcus Brinkmann <marcus@g10code.de>
* gpgme-config.in (Options): Add NETLIBS.
gpgme_subkey_t subkey = NULL;
gpgme_key_sig_t keysig = NULL;
- DEBUG3 ("keylist_colon_handler ctx = %p, key = %p, line = %s\n",
- ctx, key, line ? line : "(null)");
-
err = _gpgme_op_data_lookup (ctx, OPDATA_KEYLIST, &hook, -1, NULL);
opd = hook;
if (err)
key = opd->tmp_key;
+ DEBUG3 ("keylist_colon_handler ctx = %p, key = %p, line = %s\n",
+ ctx, key, line ? line : "(null)");
+
if (!line)
{
/* End Of File. */