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



commit 6d79c3920b2d1bd60dac8d050f6d266ce4ec8cb9
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]