[svn] gpgme - r1181 - trunk/gpgme
svn author marcus
cvs at cvs.gnupg.org
Fri Sep 22 14:29:37 CEST 2006
Author: marcus
Date: 2006-09-22 14:29:36 +0200 (Fri, 22 Sep 2006)
New Revision: 1181
Modified:
trunk/gpgme/ChangeLog
trunk/gpgme/keylist.c
Log:
2006-09-22 Marcus Brinkmann <marcus at g10code.de>
* keylist.c (keylist_colon_handler): Move debug output after
initialising KEY.
Modified: trunk/gpgme/ChangeLog
===================================================================
--- trunk/gpgme/ChangeLog 2006-09-19 14:01:54 UTC (rev 1180)
+++ trunk/gpgme/ChangeLog 2006-09-22 12:29:36 UTC (rev 1181)
@@ -1,3 +1,8 @@
+2006-09-22 Marcus Brinkmann <marcus at g10code.de>
+
+ * keylist.c (keylist_colon_handler): Move debug output after
+ initialising KEY.
+
2006-07-29 Marcus Brinkmann <marcus at g10code.de>
* gpgme-config.in (Options): Add NETLIBS.
Modified: trunk/gpgme/keylist.c
===================================================================
--- trunk/gpgme/keylist.c 2006-09-19 14:01:54 UTC (rev 1180)
+++ trunk/gpgme/keylist.c 2006-09-22 12:29:36 UTC (rev 1181)
@@ -386,9 +386,6 @@
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)
@@ -396,6 +393,9 @@
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. */
More information about the Gnupg-commits
mailing list