[network-manager-applet: 2/5] editor: ip-tunnel connections don't need secrets



commit 025b5613fec046138b0abfcc0480cf6eb9871778
Author: Beniamino Galvani <bgalvani redhat com>
Date:   Tue Jan 17 15:48:30 2017 +0100

    editor: ip-tunnel connections don't need secrets
    
    Fixes: f126ed01354e2e0ed7d9baf9167bf997ee54a3db

 src/connection-editor/page-ip-tunnel.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/connection-editor/page-ip-tunnel.c b/src/connection-editor/page-ip-tunnel.c
index ce5949f..af479fc 100644
--- a/src/connection-editor/page-ip-tunnel.c
+++ b/src/connection-editor/page-ip-tunnel.c
@@ -190,8 +190,6 @@ ce_page_ip_tunnel_new (NMConnectionEditor *editor,
 
        g_signal_connect (self, "initialized", G_CALLBACK (finish_setup), NULL);
 
-       *out_secrets_setting_name = NM_SETTING_IP_TUNNEL_SETTING_NAME;
-
        return CE_PAGE (self);
 }
 


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