[glib-networking/mcatanzaro/tls-thread] progress
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/tls-thread] progress
- Date: Sat, 28 Dec 2019 16:55:48 +0000 (UTC)
commit 6ad0b0a6e63ea84fb4160eb1beb48dbe83061336
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]