[glib-networking] base: remove duplicate notifies



commit 421e41f408ebf0d0b5e0850ebd6c80022d5290d9
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 8aff8a4..1971300 100644
--- a/tls/base/gtlsconnection-base.c
+++ b/tls/base/gtlsconnection-base.c
@@ -1364,9 +1364,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]