[seahorse/feature/seahorse-pgp-key-api] hkp: Fix error when printing debug string on search




commit 8508a4e8743897f23f30c2b0c8c8ac55c8c25294
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Aug 15 14:52:10 2021 +0200

    hkp: Fix error when printing debug string on search

 pgp/seahorse-hkp-source.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pgp/seahorse-hkp-source.c b/pgp/seahorse-hkp-source.c
index b31706e3..515e0da4 100644
--- a/pgp/seahorse-hkp-source.c
+++ b/pgp/seahorse-hkp-source.c
@@ -627,7 +627,7 @@ seahorse_hkp_source_search_async (SeahorseServerSource *source,
 
     seahorse_progress_prep_and_begin (cancellable, message, NULL);
 
-    uri_str = soup_uri_to_string (uri_str, TRUE);
+    uri_str = soup_uri_to_string (uri, TRUE);
     g_debug ("Sending HKP search query to '%s'", uri_str);
 
     soup_session_queue_message (closure->session, g_steal_pointer (&message),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]