[glib-networking/glib-2-62] base: remove duplicate notifies



commit 44a493eaec832e09eb409b29889c7b97a706fcc8
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Dec 28 14:44:34 2019 -0600

    base: remove duplicate notifies
    
    This got copied into two different places by mistake.

 tls/base/gtlsconnection-base.c | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/tls/base/gtlsconnection-base.c b/tls/base/gtlsconnection-base.c
index a85c2aa..d1c4638 100644
--- a/tls/base/gtlsconnection-base.c
+++ b/tls/base/gtlsconnection-base.c
@@ -1306,9 +1306,6 @@ accept_or_reject_peer_certificate (gpointer user_data)
   g_cond_signal (&priv->verify_certificate_condition);
   g_mutex_unlock (&priv->verify_certificate_mutex);
 
-  g_object_notify (G_OBJECT (tls), "peer-certificate");
-  g_object_notify (G_OBJECT (tls), "peer-certificate-errors");
-
   return G_SOURCE_REMOVE;
 }
 


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