2006-09-22 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Fri, 22 Sep 2006 12:29:36 +0000 (12:29 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Fri, 22 Sep 2006 12:29:36 +0000 (12:29 +0000)
* keylist.c (keylist_colon_handler): Move debug output after
initialising KEY.

gpgme/ChangeLog
gpgme/keylist.c

index ab66d81f8b2440d993e1c88ea0853791a8d2e3a6..63be9462615333fd6254e0323b7294899c7e33e1 100644 (file)
@@ -1,3 +1,8 @@
+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.
index b61901620e82c7239702438c84920e3e45dda8a5..8e3fefe450454fb4f2c65c682199eb08799789b0 100644 (file)
@@ -386,9 +386,6 @@ keylist_colon_handler (void *priv, char *line)
   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 @@ keylist_colon_handler (void *priv, char *line)
 
   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.  */