[glib-networking/mcatanzaro/tls-thread: 24/26] progress



commit 8530376e18c99b6d9c44abb48f7df83b06e08d4e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Dec 28 10:55:23 2019 -0600

    progress

 tls/base/gtlsoperationsthread-base.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tls/base/gtlsoperationsthread-base.c b/tls/base/gtlsoperationsthread-base.c
index a54c274..5c13e25 100644
--- a/tls/base/gtlsoperationsthread-base.c
+++ b/tls/base/gtlsoperationsthread-base.c
@@ -658,6 +658,7 @@ execute_verify_certificate_callback_cb (VerifyCertificateData *data)
 
   g_mutex_lock (&data->mutex);
   data->complete = TRUE;
+  g_cond_signal (&data->condition);
   g_mutex_unlock (&data->mutex);
 
   return G_SOURCE_REMOVE;


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